Skip to content

Commit 7a60e46

Browse files
committed
Method can be private.
1 parent a3b160a commit 7a60e46

File tree

1 file changed

+1
-1
lines changed
  • features/home/impl/src/main/kotlin/io/element/android/features/home/impl

1 file changed

+1
-1
lines changed

features/home/impl/src/main/kotlin/io/element/android/features/home/impl/HomeFlowNode.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class HomeFlowNode(
164164
stateFlow.value.roomListState.eventSink(RoomListEvents.LeaveRoom(roomId, needsConfirmation = false))
165165
}
166166

167-
fun rootNode(buildContext: BuildContext): Node {
167+
private fun rootNode(buildContext: BuildContext): Node {
168168
return node(buildContext) { modifier ->
169169
val state by stateFlow.collectAsState()
170170
val activity = requireNotNull(LocalActivity.current)

0 commit comments

Comments
 (0)