mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 03:07:25 +01:00
Fix crash when tapping title of "App theme" preference
This commit is contained in:
parent
1b699bb814
commit
b77edb2b5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user