Use animation to hide/show fab (#6385)

This commit is contained in:
Ivan Iskandar
2021-12-26 23:38:35 +07:00
committed by GitHub
parent 733cf99bb4
commit 4c8f5e1f7a
4 changed files with 14 additions and 10 deletions
@@ -303,7 +303,7 @@ class MangaController :
actionFabScrollListener = actionFab?.shrinkOnScroll(chapterRecycler)
// Initially set FAB invisible; will become visible if unread chapters are present
actionFab?.isVisible = false
actionFab?.hide()
binding.swipeRefresh.refreshes()
.onEach {