WIP
This commit is contained in:
parent
5445e5b820
commit
479b76dc26
|
@ -128,6 +128,7 @@ class StorageUtil {
|
|||
isFirstRun = _sharedPreferences.prefs?.getBool('first_run') ?? true;
|
||||
if (isFirstRun) {
|
||||
isFirstRun = false;
|
||||
await _sharedPreferences.prefs?.setBool('first_run', false);
|
||||
_secureStorage.purge();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue