mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-16 12:47:32 +01:00
Amazfit Cor: Fix notification menu not being enabled
This commit is contained in:
parent
c247efc720
commit
f464604b27
@ -50,7 +50,7 @@ public class AmazfitCorSupport extends AmazfitBipSupport {
|
||||
if (pages.contains("status")) {
|
||||
command[1] |= 0x02;
|
||||
}
|
||||
if (pages.contains("notification")) {
|
||||
if (pages.contains("notifications")) {
|
||||
command[1] |= 0x04;
|
||||
}
|
||||
if (pages.contains("activity")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user