Fixed branch dialog not showing as a material dialog
This commit is contained in:
parent
9f67f91a77
commit
5f4762691c
@ -26,6 +26,7 @@ fun NewBranchDialog(
|
||||
val branchFieldFocusRequester = remember { FocusRequester() }
|
||||
val buttonFieldFocusRequester = remember { FocusRequester() }
|
||||
|
||||
MaterialDialog {
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.background(MaterialTheme.colors.background),
|
||||
@ -81,6 +82,7 @@ fun NewBranchDialog(
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
LaunchedEffect(Unit) {
|
||||
branchFieldFocusRequester.requestFocus()
|
||||
|
Loading…
Reference in New Issue
Block a user