Fix string resource mapping when like clicked

This commit is contained in:
Akiomi Kamakura 2023-07-13 11:05:17 +09:00
parent ba50ec052b
commit c1b9bf42ad
No known key found for this signature in database
GPG Key ID: 7803155EB5BC40ED

View File

@ -932,7 +932,7 @@ private fun likeClick(
Toast Toast
.makeText( .makeText(
context, context,
context.getString(R.string.login_with_a_private_key_to_be_able_to_send_zaps), context.getString(R.string.login_with_a_private_key_to_like_posts),
Toast.LENGTH_SHORT Toast.LENGTH_SHORT
) )
.show() .show()