More debug options in settings

This commit is contained in:
2025-02-23 13:20:41 +08:00
parent 899d5f3e5e
commit 56816dc060
8 changed files with 53 additions and 23 deletions

View File

@ -303,7 +303,8 @@ class _AppSplashScreenState extends State<_AppSplashScreen> with TrayListener {
await notify.registerPushNotifications();
if (!mounted) return;
final sticker = context.read<SnStickerProvider>();
await sticker.listStickerEagerly();
await sticker.listSticker();
log('[Bootstrap] Everything initialized!');
} catch (err) {
if (!mounted) return;
await context.showErrorDialog(err);