Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeroseman committed Aug 29, 2023
1 parent 466a904 commit bf68427
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ import com.example.compose.snippets.R
// [START android_compose_components_dialogparent]
@Composable
fun DialogExamples() {
// [START_EXCLUDE]
val openMinimalDialog = remember { mutableStateOf(false) }
val openDialogWithImage = remember { mutableStateOf(false) }
val openFullScreenDialog = remember { mutableStateOf(false) }
// [END_EXCLUDE]
val openAlertDialog = remember { mutableStateOf(false) }

// [START_EXCLUDE]
Expand Down

0 comments on commit bf68427

Please sign in to comment.