From 0eaa7aa73e407f817b04c87b1933cfd2e4c54e9b Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 6 Mar 2024 15:46:14 +0100 Subject: [PATCH] chore: Follow up notification logging --- lib/utils/push_helper.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/push_helper.dart b/lib/utils/push_helper.dart index e8097c0cc..2f4400b94 100644 --- a/lib/utils/push_helper.dart +++ b/lib/utils/push_helper.dart @@ -34,7 +34,7 @@ Future 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();