mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 22:36:26 +02:00
Merge pull request #500 from akiomik/fix-string-resource-mapping
Fix string resource mapping when like clicked
This commit is contained in:
@@ -932,7 +932,7 @@ private fun likeClick(
|
||||
Toast
|
||||
.makeText(
|
||||
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
|
||||
)
|
||||
.show()
|
||||
|
Reference in New Issue
Block a user