DRAFT TODO
This commit is contained in:
parent
1ef26e6c12
commit
836bf4e11e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue