Fix crash when tapping title of "App theme" preference

(cherry picked from commit b77edb2b5b)
This commit is contained in:
arkon
2021-08-28 17:31:30 -04:00
committed by Jobobby04
parent 28ffb9288f
commit 28a3dfeeea
@@ -32,6 +32,10 @@ class ThemesPreference @JvmOverloads constructor(context: Context, attrs: Attrib
callChangeListener(value)
}
override fun onClick() {
// no-op; not actually a DialogPreference
}
var entries: List<PreferenceValues.AppTheme> = emptyList()
set(value) {
field = value