Skip to content

Commit 81ecf76

Browse files
committed
done solivagant-navigation
1 parent 86bb045 commit 81ecf76

File tree

1 file changed

+3
-3
lines changed
  • src/main/kotlin/com/hoc081098/kotlin_playground/solivagant

1 file changed

+3
-3
lines changed

src/main/kotlin/com/hoc081098/kotlin_playground/solivagant/main.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ fun main() {
4848
onCloseRequest = ::exitApplication,
4949
title = "Solivagant",
5050
) {
51-
savedStateSupport.ProvideCompositionLocals(LocalLifecycleOwner provides rememberWindowLifecycleOwner()!!) {
52-
MyApp()
53-
}
51+
savedStateSupport.ProvideCompositionLocals(
52+
LocalLifecycleOwner provides rememberWindowLifecycleOwner()!!
53+
) { MyApp() }
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)