mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Refresh the whole notifs when cleaning one so the summary get updated
Fix summary notification staying after "mark as read"
This commit is contained in:
parent
3c9c2e61d7
commit
687884431e
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ Improvements 🙌:
|
|||
|
||||
Bugfix 🐛:
|
||||
- Message transitions in encrypted rooms are jarring #518
|
||||
- Fix summary notification staying after "mark as read"
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
|
|
@ -157,7 +157,7 @@ class NotificationDrawerManager @Inject constructor(private val context: Context
|
|||
e is NotifiableMessageEvent && e.roomId == roomId
|
||||
}
|
||||
}
|
||||
notificationUtils.cancelNotificationMessage(roomId, ROOM_MESSAGES_NOTIFICATION_ID)
|
||||
refreshNotificationDrawer()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue