Emotes picker

This commit is contained in:
2025-02-04 02:33:19 +08:00
parent 838ee4d55d
commit 10ead95af9
4 changed files with 186 additions and 2 deletions

View File

@ -281,6 +281,9 @@ class _AppSplashScreenState extends State<_AppSplashScreen> {
final notify = context.read<NotificationProvider>();
notify.listen();
await notify.registerPushNotifications();
if (!mounted) return;
final sticker = context.read<SnStickerProvider>();
await sticker.listStickerEagerly();
} catch (err) {
if (!mounted) return;
await context.showErrorDialog(err);