1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 03:16:07 +02:00

Mi Band 7 Pro: Disable PAI

Reported not supported on matrix.
This commit is contained in:
José Rebelo 2023-12-22 22:42:25 +00:00
parent fb803cbdda
commit 71b55902d0

View File

@ -62,6 +62,12 @@ public class MiBand7ProCoordinator extends XiaomiCoordinator {
return R.drawable.ic_device_default_disabled;
}
@Override
public boolean supportsPai() {
// no PAI nor vitality score
return false;
}
@Override
public boolean supportsMultipleWeatherLocations() {
return true;