mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
Pebble: always hide move to top feature in AppManager, it was not working as expected
A proper solution is in appmanager-fragments branch
This commit is contained in:
parent
988f5ef1b2
commit
64182941d0
@ -194,9 +194,9 @@ public class AppManagerActivity extends GBActivity {
|
|||||||
if (!selectedApp.isConfigurable()) {
|
if (!selectedApp.isConfigurable()) {
|
||||||
menu.removeItem(R.id.appmanager_app_configure);
|
menu.removeItem(R.id.appmanager_app_configure);
|
||||||
}
|
}
|
||||||
if (mGBDevice != null && !mGBDevice.getFirmwareVersion().startsWith("v3")) {
|
// if (mGBDevice != null && !mGBDevice.getFirmwareVersion().startsWith("v3")) {
|
||||||
menu.removeItem(R.id.appmanager_app_move_to_top);
|
menu.removeItem(R.id.appmanager_app_move_to_top);
|
||||||
}
|
//}
|
||||||
menu.setHeaderTitle(selectedApp.getName());
|
menu.setHeaderTitle(selectedApp.getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user