Fixed seen item in notifications
This commit is contained in:
@@ -131,7 +131,11 @@ class NotificationCard extends StatelessWidget {
|
||||
viewModel: viewModel,
|
||||
);
|
||||
},
|
||||
);
|
||||
).then((value) {
|
||||
if (context.mounted) {
|
||||
viewModel.checkNotifications(context);
|
||||
}
|
||||
});
|
||||
},
|
||||
child: Row(
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user