Fixed seen item in notifications

This commit is contained in:
llsajjad
2025-09-28 12:52:13 +03:30
parent 0cbbdb1089
commit 271b253f23
3 changed files with 17 additions and 4 deletions
@@ -131,7 +131,11 @@ class NotificationCard extends StatelessWidget {
viewModel: viewModel,
);
},
);
).then((value) {
if (context.mounted) {
viewModel.checkNotifications(context);
}
});
},
child: Row(
children: [