update notification tab data when clicking on navigation bars

This commit is contained in:
amirrezaghabeli
2025-09-27 10:47:13 +03:30
parent b6a61df904
commit ae348c3ed9
6 changed files with 139 additions and 90 deletions
@@ -53,7 +53,7 @@ class NotificationCard extends StatelessWidget {
Visibility(
visible:
notification.priority ==
NotificationStrings.important,
NotificationStrings.important.toLowerCase(),
child: Container(
width: 86.0.w(),
height: 24.0.h(),