diff --git a/android/.idea/gradle.xml b/android/.idea/gradle.xml
index 0bc0df2..2b5c061 100644
--- a/android/.idea/gradle.xml
+++ b/android/.idea/gradle.xml
@@ -11,14 +11,14 @@
-
+
-
+
-
+
diff --git a/android/.idea/workspace.xml b/android/.idea/workspace.xml
index ac18d62..ec8b1a5 100644
--- a/android/.idea/workspace.xml
+++ b/android/.idea/workspace.xml
@@ -4,19 +4,16 @@
-
+
-
-
-
-
+
@@ -30,7 +27,7 @@
-
+
@@ -40,8 +37,6 @@
"keyToString": {
"BundleExportedModule": "android.app",
"ExportBundle.BundlePathForandroid.app": "/home/elias/projects/MarianumMobile/Client/android/app",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.cidr.known.project.marker": "true",
"cidr.known.project.marker": "true",
"dart.analysis.tool.window.visible": "false",
@@ -117,11 +112,11 @@
-
- 1686338678988
+
+ 1686684282057
- 1686338678988
+ 1686684282057
diff --git a/lib/model/accountData.dart b/lib/model/accountData.dart
index d18cd16..d47bafd 100644
--- a/lib/model/accountData.dart
+++ b/lib/model/accountData.dart
@@ -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 waitForPopulation() async {
diff --git a/pubspec.yaml b/pubspec.yaml
index 2333d30..f90f882 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
-version: 0.0.1+5
+version: 0.0.1+6
environment:
sdk: '>3.0.0'