Skip to content

Commit

Permalink
Merge pull request #4716 from Bnyro/master
Browse files Browse the repository at this point in the history
fix: show okay button for multi selection dialogs instead of cancel
  • Loading branch information
Bnyro authored Sep 8, 2023
2 parents aef95dd + c01df59 commit 9c78391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ abstract class BasePreferenceFragment : PreferenceFragmentCompat() {
preference.values = newValues
}
}
.setNegativeButton(R.string.cancel, null)
.setPositiveButton(R.string.okay, null)
.setOnDismissListener { isDialogVisible = false }
.show()
}
Expand Down

0 comments on commit 9c78391

Please sign in to comment.