Method can be private.
This commit is contained in:
parent
f7108b0f67
commit
b313528544
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class HomeFlowNode(
|
||||||
stateFlow.value.roomListState.eventSink(RoomListEvents.LeaveRoom(roomId, needsConfirmation = false))
|
stateFlow.value.roomListState.eventSink(RoomListEvents.LeaveRoom(roomId, needsConfirmation = false))
|
||||||
}
|
}
|
||||||
|
|
||||||
fun rootNode(buildContext: BuildContext): Node {
|
private fun rootNode(buildContext: BuildContext): Node {
|
||||||
return node(buildContext) { modifier ->
|
return node(buildContext) { modifier ->
|
||||||
val state by stateFlow.collectAsState()
|
val state by stateFlow.collectAsState()
|
||||||
val activity = requireNotNull(LocalActivity.current)
|
val activity = requireNotNull(LocalActivity.current)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue