Skip to content

Commit 3db71cc

Browse files
committed
Nullability
1 parent 747f815 commit 3db71cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/at/bitfire/icsdroid/ui/partials/DropDownTextField.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import androidx.compose.ui.unit.toSize
2828
@Composable
2929
fun DropDownTextField(
3030
value: String?,
31-
onValueChange: (String) -> Unit,
31+
onValueChange: (String?) -> Unit,
3232
options: Map<String, String>,
3333
modifier: Modifier = Modifier,
3434
label: @Composable (() -> Unit)? = null,

0 commit comments

Comments
 (0)