mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Merge pull request #4716 from Bnyro/master
fix: show okay button for multi selection dialogs instead of cancel
This commit is contained in:
commit
9c78391bd7
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user