mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 21:06:50 +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…
Reference in New Issue
Block a user