Merge pull request #1143 from MatMaul/refresh-summary

Refresh the whole notifs when cleaning one so the summary get updated
This commit is contained in:
Benoit Marty 2020-04-15 17:29:36 +02:00 committed by GitHub
commit da04a74350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ Improvements 🙌:
- Cross-Signing | Composer decoration: shields (#1077)
Bugfix 🐛:
- Fix summary notification staying after "mark as read"
- Missing avatar/displayname after verification request message (#841)
- Crypto | RiotX sometimes rotate the current device keys (#1170)
- RiotX can't restore cross signing keys saved by web in SSSS (#1174)

View File

@ -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()
}
}