mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 12:37:31 +01:00
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:
commit
da04a74350
@ -22,6 +22,7 @@ Improvements 🙌:
|
|||||||
- Cross-Signing | Composer decoration: shields (#1077)
|
- Cross-Signing | Composer decoration: shields (#1077)
|
||||||
|
|
||||||
Bugfix 🐛:
|
Bugfix 🐛:
|
||||||
|
- Fix summary notification staying after "mark as read"
|
||||||
- Missing avatar/displayname after verification request message (#841)
|
- Missing avatar/displayname after verification request message (#841)
|
||||||
- Crypto | RiotX sometimes rotate the current device keys (#1170)
|
- Crypto | RiotX sometimes rotate the current device keys (#1170)
|
||||||
- RiotX can't restore cross signing keys saved by web in SSSS (#1174)
|
- RiotX can't restore cross signing keys saved by web in SSSS (#1174)
|
||||||
|
@ -157,7 +157,7 @@ class NotificationDrawerManager @Inject constructor(private val context: Context
|
|||||||
e is NotifiableMessageEvent && e.roomId == roomId
|
e is NotifiableMessageEvent && e.roomId == roomId
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
notificationUtils.cancelNotificationMessage(roomId, ROOM_MESSAGES_NOTIFICATION_ID)
|
refreshNotificationDrawer()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user