From 0bdfa9157b0acddbd76fc4a7ca54edaea6048197 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Mon, 25 Nov 2024 11:50:21 +0300 Subject: [PATCH] updates --- .../DrawerPages/notifications/notification_details_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/DrawerPages/notifications/notification_details_page.dart b/lib/pages/DrawerPages/notifications/notification_details_page.dart index 1277cbcb..8b670190 100644 --- a/lib/pages/DrawerPages/notifications/notification_details_page.dart +++ b/lib/pages/DrawerPages/notifications/notification_details_page.dart @@ -83,7 +83,7 @@ class _NotificationsDetailsPageState extends State { ), SizedBox(height: 18), Text( - widget.notification!.message!.trim(), + widget.notification.message ?? "", style: TextStyle( fontSize: 12, fontWeight: FontWeight.w600,