mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 21:06:50 +01:00
Mi Band 7 Pro: Disable PAI
Reported not supported on matrix.
This commit is contained in:
parent
fb803cbdda
commit
71b55902d0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user