1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-25 19:36:50 +01:00

UM25: removed battery icon

This commit is contained in:
Daniel Dakhno 2021-12-26 00:17:44 +01:00
parent 0906f150bd
commit a1be28c117

View File

@ -141,6 +141,11 @@ public class UM25Coordinator extends AbstractDeviceCoordinator {
return false;
}
@Override
public int getBatteryCount() {
return 0;
}
@Override
public int getBondingStyle() {
return BONDING_STYLE_NONE;