Suggestions update action

This commit is contained in:
Koitharu
2022-03-02 18:11:56 +02:00
parent 27658eea20
commit a9454a1455
5 changed files with 68 additions and 14 deletions

View File

@@ -78,7 +78,7 @@ class FeedFragment : BaseFragment<FragmentFeedBinding>(), PaginationScrollListen
Snackbar.make(
binding.recyclerView,
R.string.feed_will_update_soon,
Snackbar.LENGTH_SHORT
Snackbar.LENGTH_LONG,
).show()
true
}