Fixed issue with backgorund task not starting

This commit is contained in:
Imran Remtulla
2022-09-30 23:21:35 -04:00
parent 49b9a65053
commit de07583161
4 changed files with 29 additions and 18 deletions

View File

@@ -129,5 +129,6 @@ class SettingsProvider with ChangeNotifier {
void setSettingString(String settingId, String value) {
prefs?.setString(settingId, value);
notifyListeners();
}
}