Skip to content

Commit

Permalink
feat: Fix red alert #2870
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Sep 3, 2024
1 parent 76b0e30 commit a22865f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matrix_notification/view/notification_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class _NotificationViewState<B extends ChatRoomCubit>
liveChatCubit = context.read<B>();

await context.read<MatrixNotificationCubit>().init();
liveChatCubit!.setMessagesAsRead();
},
);
}
Expand Down

0 comments on commit a22865f

Please sign in to comment.