🚀 Launch 2.4.2+85

This commit is contained in:
LittleSheep 2025-03-28 01:01:34 +08:00
parent 908f0cb59e
commit ceb5c53229
2 changed files with 2 additions and 2 deletions

View File

@ -347,7 +347,7 @@ class _AppSplashScreenState extends State<_AppSplashScreen> with TrayListener {
if (!mounted) return; if (!mounted) return;
_setPhaseText('keyPair'); _setPhaseText('keyPair');
final kp = context.read<KeyPairProvider>(); final kp = context.read<KeyPairProvider>();
await kp.reloadActive(); kp.reloadActive();
kp.listen(); kp.listen();
} catch (_) {} } catch (_) {}
if (ua.isAuthorized) { if (ua.isAuthorized) {

View File

@ -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 # 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 # 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. # 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: environment:
sdk: ^3.5.4 sdk: ^3.5.4