mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +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
|
preference.values = newValues
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.setNegativeButton(R.string.cancel, null)
|
.setPositiveButton(R.string.okay, null)
|
||||||
.setOnDismissListener { isDialogVisible = false }
|
.setOnDismissListener { isDialogVisible = false }
|
||||||
.show()
|
.show()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user