mirror of
https://github.com/accelforce/Yuito
synced 2025-01-03 11:30:29 +01:00
3891: Change length to short consistently
This commit is contained in:
parent
96028c841a
commit
6bd1c234d2
@ -135,7 +135,7 @@ class StatusListActivity : BottomSheetActivity(), HasAndroidInjector {
|
|||||||
followTagItem?.isVisible = false
|
followTagItem?.isVisible = false
|
||||||
unfollowTagItem?.isVisible = true
|
unfollowTagItem?.isVisible = true
|
||||||
|
|
||||||
Snackbar.make(binding.root, getString(R.string.following_hashtag_success_format, tag), Snackbar.LENGTH_LONG).show()
|
Snackbar.make(binding.root, getString(R.string.following_hashtag_success_format, tag), Snackbar.LENGTH_SHORT).show()
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Snackbar.make(binding.root, getString(R.string.error_following_hashtag_format, tag), Snackbar.LENGTH_SHORT).show()
|
Snackbar.make(binding.root, getString(R.string.error_following_hashtag_format, tag), Snackbar.LENGTH_SHORT).show()
|
||||||
|
Loading…
Reference in New Issue
Block a user