1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-27 20:36:51 +01:00

Amazfit Bip U: disable alarm snooze enable/disable

This commit is contained in:
Joel Beckmeyer 2023-03-17 15:46:46 -04:00
parent 007f070125
commit a8da4cf6d1

View File

@ -88,6 +88,12 @@ public class AmazfitBipUCoordinator extends HuamiCoordinator {
return true;
}
@Override
public boolean supportsAlarmSnoozing() {
// All alarms snooze by default, there doesn't seem to be a flag that disables it
return false;
}
@Override
public int getReminderSlotCount(final GBDevice device) {
return 0;