forked from GitHub-Mirror/riotX-android
Clear notification for a room left on another client
This commit is contained in:
@ -56,6 +56,10 @@ class PushRuleTriggerListener @Inject constructor(
|
||||
}
|
||||
}
|
||||
|
||||
override fun onRoomLeft(roomId: String) {
|
||||
notificationDrawerManager.clearMessageEventOfRoom(roomId)
|
||||
}
|
||||
|
||||
override fun batchFinish() {
|
||||
notificationDrawerManager.refreshNotificationDrawer()
|
||||
}
|
||||
|
Reference in New Issue
Block a user