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