Commit ce80953

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2024-07-04 14:07:12
fix reset function not including new values
Signed-off-by: derdilla <82763757+NobodyForNothing@users.noreply.github.com>
1 parent a827bfa
Changed files (1)
app
lib
model
app/lib/model/storage/settings_store.dart
@@ -188,6 +188,8 @@ class Settings extends ChangeNotifier {
     _medications.clear();
     _highestMedIndex = d._highestMedIndex;
     _preferredPressureUnit = d._preferredPressureUnit;
+    _knownBleDev = d._knownBleDev;
+    _bleInput = d._bleInput;
     notifyListeners();
   }