DRAFT TODO

This commit is contained in:
Maxime Naturel 2022-02-21 14:18:35 +01:00
parent 1ef26e6c12
commit 836bf4e11e
1 changed files with 1 additions and 0 deletions

View File

@ -1234,6 +1234,7 @@ class TimelineFragment @Inject constructor(
override fun onResume() {
super.onResume()
notificationDrawerManager.setCurrentRoom(timelineArgs.roomId)
// TODO should we handle it in HomeActivity as well? => see how we open dm from create Message button
roomDetailPendingActionStore.data?.let { handlePendingAction(it) }
roomDetailPendingActionStore.data = null