1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-17 02:44:04 +02:00

Mi2: declare to always support hr #323

This commit is contained in:
cpfeiffer 2016-10-03 21:06:50 +02:00
parent ed343778ee
commit f23ed5ce69

View File

@ -739,7 +739,7 @@ public class MiBand2Support extends AbstractBTLEDeviceSupport {
}
public boolean supportsHeartRate() {
return getDeviceInfo() != null && getDeviceInfo().supportsHeartrate();
return true;
}
@Override