Skip to content

Commit

Permalink
Merge branch 'master' into v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Nov 17, 2023
2 parents 8cb7640 + a06adf8 commit 6916ca5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ fun main() {
state = windowState,
title = "Decompose Sample"
) {
Surface(modifier = Modifier.fillMaxSize()) {
RootContent(root)
}
RootContent(root)

if (isCloseRequested) {
SaveStateDialog(
Expand Down

0 comments on commit 6916ca5

Please sign in to comment.