Sticker page & add sticker

This commit is contained in:
2025-02-23 13:14:16 +08:00
parent c8c455bb57
commit 899d5f3e5e
9 changed files with 456 additions and 71 deletions

View File

@ -572,7 +572,12 @@ class _SettingsScreenState extends State<SettingsScreen> {
trailing: const Icon(Symbols.chevron_right),
onTap: () {
final nty = context.read<NotificationProvider>();
nty.registerPushNotifications();
try {
nty.registerPushNotifications();
} catch (err) {
if (!mounted) return;
context.showErrorDialog(err);
}
},
),
ListTile(