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 ca63638 commit d207809Copy full SHA for d207809
composeApp/src/commonMain/kotlin/UITest.kt
@@ -97,7 +97,7 @@ fun UITest(
97
}
98
99
100
- val showFPSMonitor = remember { mutableStateOf(true) }
+ val showFPSMonitor = remember { mutableStateOf(false) }
101
val showTopAppBar = remember { mutableStateOf(true) }
102
val showBottomBar = remember { mutableStateOf(true) }
103
val showFloatingActionButton = remember { mutableStateOf(true) }
0 commit comments