mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix download resume fab not showing
by reverting some logic back
This commit is contained in:
parent
ebbb6a2129
commit
3007210b85
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ class RecentsController(bundle: Bundle? = null) :
|
||||||
}
|
}
|
||||||
|
|
||||||
if (presenter.downloadManager.hasQueue()) {
|
if (presenter.downloadManager.hasQueue()) {
|
||||||
|
binding.downloadBottomSheet.downloadFab.alpha = 1f
|
||||||
if (state == BottomSheetBehavior.STATE_EXPANDED) {
|
if (state == BottomSheetBehavior.STATE_EXPANDED) {
|
||||||
binding.downloadBottomSheet.downloadFab.show()
|
binding.downloadBottomSheet.downloadFab.show()
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue