mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
removed todo.
fixed typo.
This commit is contained in:
committed by
Andreas Shimokawa
parent
8b7d853097
commit
81aa66c2d4
@@ -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);
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user