mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Enable battery reporting for Moondrop Space Travel
This commit is contained in:
committed by
José Rebelo
parent
dcebe5f4c1
commit
aa573ad6b7
@@ -48,8 +48,8 @@ public class MoondropSpaceTravelCoordinator extends AbstractBLClassicDeviceCoord
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getBatteryCount(final GBDevice device) {
|
||||
return 0;
|
||||
public boolean supportsOSBatteryLevel() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user