File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
app/src/main/kotlin/org/fossify/notes/dialogs Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,8 @@ class NewChecklistItemDialog(
4545 .setPositiveButton(org.fossify.commons.R .string.ok, null )
4646 .setNegativeButton(org.fossify.commons.R .string.cancel, null )
4747 .apply {
48- activity.setupDialogStuff(
49- view = view,
50- dialog = this ,
51- titleId = R .string.add_new_checklist_items,
52- cancelOnTouchOutside = false
53- ) { alertDialog ->
48+ activity.setupDialogStuff(view, this , R .string.add_new_checklist_items) { alertDialog ->
49+ alertDialog.setCanceledOnTouchOutside(false )
5450 alertDialog.showKeyboard(titles.first())
5551 alertDialog.getButton(BUTTON_POSITIVE ).setOnClickListener {
5652 activity.config.addNewChecklistItemsTop = binding.settingsAddChecklistTop.isChecked
You can’t perform that action at this time.
0 commit comments