mark single notification as read
This commit is contained in:
@@ -159,8 +159,10 @@ List<SingleChildWidget> get viewModels {
|
||||
),
|
||||
ChangeNotifierProvider(
|
||||
create:
|
||||
(context) =>
|
||||
NotificationViewModel(repositoryViewModel: context.read()),
|
||||
(context) => NotificationViewModel(
|
||||
repositoryViewModel: context.read(),
|
||||
homeViewModel: context.read(),
|
||||
),
|
||||
),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user