Mi2: declare to always support hr #323

master
cpfeiffer 2016-10-03 21:06:50 +02:00
parent ed343778ee
commit f23ed5ce69
1 changed files with 1 additions and 1 deletions

View File

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