mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-12 18:57:36 +01:00
removed todo.
fixed typo.
This commit is contained in:
parent
8b7d853097
commit
81aa66c2d4
@ -346,7 +346,7 @@ public class LiveActivityFragment extends AbstractChartFragment {
|
|||||||
|
|
||||||
renderCharts();
|
renderCharts();
|
||||||
|
|
||||||
// have to enable it again and again to keep it measureing
|
// have to enable it again and again to keep it measuring
|
||||||
GBApplication.deviceService().onEnableRealtimeHeartRateMeasurement(true);
|
GBApplication.deviceService().onEnableRealtimeHeartRateMeasurement(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -452,7 +452,6 @@ public class MakibesHR3DeviceSupport extends AbstractBTLEDeviceSupport implement
|
|||||||
|
|
||||||
SharedPreferences preferences = GBApplication.getDeviceSpecificSharedPrefs(this.getDevice().getAddress());
|
SharedPreferences preferences = GBApplication.getDeviceSpecificSharedPrefs(this.getDevice().getAddress());
|
||||||
|
|
||||||
// TODO: Why doesn't this work?
|
|
||||||
preferences.registerOnSharedPreferenceChangeListener(this);
|
preferences.registerOnSharedPreferenceChangeListener(this);
|
||||||
|
|
||||||
return builder;
|
return builder;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user