Merge pull request #500 from akiomik/fix-string-resource-mapping

Fix string resource mapping when like clicked
This commit is contained in:
Vitor Pamplona
2023-07-13 12:56:00 -04:00
committed by GitHub

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()