1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-25 08:40:43 +02: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();
// 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);
}

View File

@ -452,7 +452,6 @@ public class MakibesHR3DeviceSupport extends AbstractBTLEDeviceSupport implement
SharedPreferences preferences = GBApplication.getDeviceSpecificSharedPrefs(this.getDevice().getAddress());
// TODO: Why doesn't this work?
preferences.registerOnSharedPreferenceChangeListener(this);
return builder;