mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
Xiaomi: Enable activity fetching for all devices
This commit is contained in:
parent
823bd829ce
commit
8d7a6be7eb
@ -224,20 +224,17 @@ public abstract class XiaomiCoordinator extends AbstractBLEDeviceCoordinator {
|
||||
|
||||
@Override
|
||||
public boolean supportsActivityDataFetching() {
|
||||
// TODO It does, but not yet fully working - only in Mi Band 8
|
||||
return GBApplication.isDebug() || GBApplication.isNightly();
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsActivityTracking() {
|
||||
// TODO It does, but not yet fully working - only in Mi Band 8
|
||||
return GBApplication.isDebug() || GBApplication.isNightly();
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsActivityTracks() {
|
||||
// TODO It does, but not yet fully working - only in Mi Band 8
|
||||
return GBApplication.isDebug() || GBApplication.isNightly();
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user