focusOnLive() is not suspendable.
This commit is contained in:
parent
f0b9029607
commit
a5eb3f8f91
1 changed files with 1 additions and 3 deletions
|
|
@ -158,12 +158,10 @@ class TimelinePresenter @AssistedInject constructor(
|
|||
focusRequestState.value = FocusRequestState.None
|
||||
}
|
||||
is TimelineEvents.JumpToLive -> {
|
||||
localScope.launch {
|
||||
timelineController.focusOnLive()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
LaunchedEffect(timelineItems.size) {
|
||||
computeNewItemState(timelineItems, prevMostRecentItemId, newEventState)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue