File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
composeApp/src/commonMain/kotlin/org/ooni/probe/ui/shared Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import androidx.compose.material3.ExposedDropdownMenuBoxScope
55import androidx.compose.material3.FilterChip
66import androidx.compose.material3.FilterChipDefaults
77import androidx.compose.material3.LocalContentColor
8- import androidx.compose.material3.MenuAnchorType
8+ import androidx.compose.material3.ExposedDropdownMenuAnchorType
99import androidx.compose.material3.Text
1010import androidx.compose.runtime.Composable
1111import androidx.compose.ui.Modifier
@@ -45,6 +45,6 @@ fun ExposedDropdownMenuBoxScope.CustomFilterChip(
4545 ),
4646 modifier = modifier
4747 .fillMaxWidth()
48- .menuAnchor(type = MenuAnchorType .PrimaryNotEditable ),
48+ .menuAnchor(type = ExposedDropdownMenuAnchorType .PrimaryNotEditable ),
4949 )
5050}
You can’t perform that action at this time.
0 commit comments