1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-24 00:27:33 +01:00

Mi Band 2: set goal notification also in phase2Initialize()

This commit is contained in:
cpfeiffer 2017-07-15 21:15:42 +02:00
parent ceb82f3474
commit 01d3a3a7be

View File

@ -1210,6 +1210,7 @@ public class MiBand2Support extends AbstractBTLEDeviceSupport {
setDisplayItems(builder);
setRotateWristToSwitchInfo(builder);
setActivateDisplayOnLiftWrist(builder);
setGoalNotification(builder);
setHeartrateSleepSupport(builder);
}
}