We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b160a commit 7a60e46Copy full SHA for 7a60e46
features/home/impl/src/main/kotlin/io/element/android/features/home/impl/HomeFlowNode.kt
@@ -164,7 +164,7 @@ class HomeFlowNode(
164
stateFlow.value.roomListState.eventSink(RoomListEvents.LeaveRoom(roomId, needsConfirmation = false))
165
}
166
167
- fun rootNode(buildContext: BuildContext): Node {
+ private fun rootNode(buildContext: BuildContext): Node {
168
return node(buildContext) { modifier ->
169
val state by stateFlow.collectAsState()
170
val activity = requireNotNull(LocalActivity.current)
0 commit comments