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 747f815 commit 3db71ccCopy full SHA for 3db71cc
1 file changed
app/src/main/java/at/bitfire/icsdroid/ui/partials/DropDownTextField.kt
@@ -28,7 +28,7 @@ import androidx.compose.ui.unit.toSize
28
@Composable
29
fun DropDownTextField(
30
value: String?,
31
- onValueChange: (String) -> Unit,
+ onValueChange: (String?) -> Unit,
32
options: Map<String, String>,
33
modifier: Modifier = Modifier,
34
label: @Composable (() -> Unit)? = null,
0 commit comments