diff --git a/lib/main.dart b/lib/main.dart index 6c08bd8..c92383b 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -347,7 +347,7 @@ class _AppSplashScreenState extends State<_AppSplashScreen> with TrayListener { if (!mounted) return; _setPhaseText('keyPair'); final kp = context.read(); - await kp.reloadActive(); + kp.reloadActive(); kp.listen(); } catch (_) {} if (ua.isAuthorized) { diff --git a/pubspec.yaml b/pubspec.yaml index c01dd53..3112c12 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,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: 2.4.2+84 +version: 2.4.2+85 environment: sdk: ^3.5.4