diff --git a/android/fastlane/metadata/android/de-DE/changelogs/48.txt b/android/fastlane/metadata/android/de-DE/changelogs/48.txt new file mode 100644 index 0000000..bd24c8b --- /dev/null +++ b/android/fastlane/metadata/android/de-DE/changelogs/48.txt @@ -0,0 +1 @@ +* Beheben von Absturz nach zweitem öffnen \ No newline at end of file diff --git a/android/fastlane/metadata/android/en-US/changelogs/48.txt b/android/fastlane/metadata/android/en-US/changelogs/48.txt new file mode 100644 index 0000000..491b797 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/48.txt @@ -0,0 +1 @@ +* Fix app crash when opening the app the second time \ No newline at end of file diff --git a/lib/main.dart b/lib/main.dart index df7b3c5..4b71766 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -96,7 +96,7 @@ Future performMigrations() async { Future _initHive() async { await Hive.initFlutter(); - // await performMigrations(); + await performMigrations(); registerHiveAdapters(); await Hive.openBox(HiveBoxes.localUserAccount); await Hive.openBox(HiveBoxes.localUserAppState); diff --git a/pubspec.yaml b/pubspec.yaml index c9c404a..5aa4530 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 3.0.0+47 +version: 3.0.1+48 environment: sdk: ">=3.0.0 <4.0.0"