mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 14:20:30 +05:30
fix: show okay button for multi selection dialogs instead of cancel
This commit is contained in:
parent
5b5fcb4324
commit
c01df59afd
@ -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…
Reference in New Issue
Block a user