mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
DRAFT TODO
This commit is contained in:
parent
1ef26e6c12
commit
836bf4e11e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue