mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-13 19:05:39 +01:00
App Manager: Fix hiding fab if flashing not supported
This commit is contained in:
parent
398e140b31
commit
feb5134b5d
@ -435,7 +435,9 @@ public abstract class AbstractAppManagerFragment extends Fragment {
|
||||
appListFab.hide();
|
||||
appListFabNew.hide();
|
||||
} else if (dy < 0) {
|
||||
appListFab.show();
|
||||
if (mCoordinator.supportsFlashing()) {
|
||||
appListFab.show();
|
||||
}
|
||||
if (watchfaceDesignerActivity != null) {
|
||||
appListFabNew.show();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user