Fixed accountData state not being populated when not logged in
This commit is contained in:
@ -58,8 +58,8 @@ class AccountData {
|
||||
if(storage.containsKey(_usernameField) && storage.containsKey(_passwordField)) {
|
||||
_username = storage.getString(_usernameField);
|
||||
_password = storage.getString(_passwordField);
|
||||
_populated.complete();
|
||||
}
|
||||
_populated.complete();
|
||||
}
|
||||
|
||||
Future<bool> waitForPopulation() async {
|
||||
|
Reference in New Issue
Block a user