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 b593b47515
commit e3c7e37f23
5 changed files with 42 additions and 8 deletions

View File

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