focusOnLive() is not suspendable.
This commit is contained in:
parent
33f1cb4abf
commit
137bfdfda9
1 changed files with 1 additions and 3 deletions
|
|
@ -158,9 +158,7 @@ class TimelinePresenter @AssistedInject constructor(
|
|||
focusRequestState.value = FocusRequestState.None
|
||||
}
|
||||
is TimelineEvents.JumpToLive -> {
|
||||
localScope.launch {
|
||||
timelineController.focusOnLive()
|
||||
}
|
||||
timelineController.focusOnLive()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue