When user manually mark a room as read, also dismiss the notifications for this room.

This commit is contained in:
Benoit Marty 2024-07-16 13:07:30 +02:00
parent 756e04493e
commit 85ceb0296c
5 changed files with 42 additions and 8 deletions

View file

@ -158,6 +158,7 @@ class RoomListScreen(
)
}
},
notificationCleaner = FakeNotificationCleaner(),
)
@Composable