Fix download resume fab not showing

by reverting some logic back
This commit is contained in:
Jays2Kings 2022-07-01 14:01:39 -04:00
parent ebbb6a2129
commit 3007210b85

View file

@ -325,6 +325,7 @@ class RecentsController(bundle: Bundle? = null) :
}
if (presenter.downloadManager.hasQueue()) {
binding.downloadBottomSheet.downloadFab.alpha = 1f
if (state == BottomSheetBehavior.STATE_EXPANDED) {
binding.downloadBottomSheet.downloadFab.show()
} else {