Skip to content

Commit

Permalink
done solivagant-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Apr 27, 2024
1 parent 86bb045 commit 81ecf76
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ fun main() {
onCloseRequest = ::exitApplication,
title = "Solivagant",
) {
savedStateSupport.ProvideCompositionLocals(LocalLifecycleOwner provides rememberWindowLifecycleOwner()!!) {
MyApp()
}
savedStateSupport.ProvideCompositionLocals(
LocalLifecycleOwner provides rememberWindowLifecycleOwner()!!
) { MyApp() }
}
}
}
Expand Down

0 comments on commit 81ecf76

Please sign in to comment.