Merge branch 'develop' into feature/fga/some_room_related_fixes
This commit is contained in:
commit
f4c98aeef5
109 changed files with 1395 additions and 460 deletions
|
|
@ -80,13 +80,6 @@ class TimelinePresenter @Inject constructor(
|
|||
.launchIn(this)
|
||||
}
|
||||
|
||||
DisposableEffect(Unit) {
|
||||
timeline.initialize()
|
||||
onDispose {
|
||||
timeline.dispose()
|
||||
}
|
||||
}
|
||||
|
||||
return TimelineState(
|
||||
highlightedEventId = highlightedEventId.value,
|
||||
paginationState = paginationState.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue