Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatkovIvan committed Sep 6, 2023
1 parent 7d3ee7f commit 48417c4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import androidx.compose.material.Button
import androidx.compose.material.DropdownMenu
import androidx.compose.material.DropdownMenuItem
import androidx.compose.material.ExperimentalMaterialApi
import androidx.compose.material.ExposedDropdownMenu
import androidx.compose.material.ExposedDropdownMenuBox
import androidx.compose.material.ExposedDropdownMenuDefaults
import androidx.compose.material.MaterialTheme
Expand Down Expand Up @@ -428,7 +427,7 @@ fun ExposedDropdownMenu3Sample() {
trailingIcon = { ExposedDropdownMenuDefaults3.TrailingIcon(expanded = expanded) },
colors = ExposedDropdownMenuDefaults3.textFieldColors(),
)
ExposedDropdownMenu3(
ExposedDropdownMenu(
expanded = expanded,
onDismissRequest = { expanded = false },
) {
Expand Down

0 comments on commit 48417c4

Please sign in to comment.