1
0
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:
Lakoja 2023-08-07 10:09:56 +02:00
parent 96028c841a
commit 6bd1c234d2

View File

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