1
0
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:
Cre3per 2019-10-03 11:53:54 +02:00 committed by Andreas Shimokawa
parent 8b7d853097
commit 81aa66c2d4
2 changed files with 1 additions and 2 deletions

View File

@ -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);
} }

View File

@ -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;