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