fixed pagination

This commit is contained in:
llsajjad
2025-09-27 15:27:45 +03:30
parent ca81da026d
commit 1fdbff77a1
6 changed files with 57 additions and 57 deletions
@@ -24,4 +24,5 @@ class NotificationStrings {
static const String noUnreadNotifications = 'No unread notifications';
static const String noImportantNotifications = 'No important notifications';
static const String moreTextButton = 'More';
static const String noNotifications = 'No notifications';
}