Skip to content

Commit 7d113ad

Browse files
committed
Set the correct layout for UpdateStepDialog
1 parent 9b8bfda commit 7d113ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-timer-edit/src/main/java/xyz/aprildown/timer/app/timer/edit/UpdateStepDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class UpdateStepDialog :
9797
return MaterialAlertDialogBuilder(context)
9898
.setCancelable(false)
9999
.setTitle(RBase.string.edit_step)
100-
.setView(view)
100+
.setView(dialogBinding.root)
101101
.setPositiveButton(android.R.string.ok) { _, _ ->
102102
onUpdate.invoke(
103103
StepEntity.Step(

0 commit comments

Comments
 (0)