From ceb5c53229e0ccdc749bf459176d25a2cd2746e9 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 28 Mar 2025 01:01:34 +0800 Subject: [PATCH] :rocket: Launch 2.4.2+85 --- lib/main.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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