Skip to content

Commit

Permalink
example modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Hilgers committed May 27, 2024
1 parent 6b39047 commit 48230aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class MyComposeTest {
composeTestRule.setContent {
var showWelcome by remember { mutableStateOf(false) }
Column {
Text("Hello")
Button(onClick = { showWelcome = !showWelcome }) { Text("Continue") }
if (showWelcome) {
Text("Welcome")
Expand Down

0 comments on commit 48230aa

Please sign in to comment.