chore: Follow up notification logging

This commit is contained in:
Krille 2024-03-06 15:46:14 +01:00
parent 6d973db6fc
commit 0eaa7aa73e
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -34,7 +34,7 @@ Future<void> pushHelper(
onSelectNotification: onSelectNotification,
);
} catch (e, s) {
Logs().wtf('Push Helper has crashed!', e, s);
Logs().v('Push Helper has crashed!', e, s);
// Initialise the plugin. app_icon needs to be a added as a drawable resource to the Android head project
final flutterLocalNotificationsPlugin = FlutterLocalNotificationsPlugin();