mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 11:07:51 +02:00
Tweak app theme preference selection (closes #5866)
This commit is contained in:
@ -47,8 +47,8 @@ class ThemesPreference @JvmOverloads constructor(context: Context, attrs: Attrib
|
||||
}
|
||||
|
||||
override fun onItemClick(position: Int) {
|
||||
value = entries[position].name
|
||||
callChangeListener(value)
|
||||
value = entries[position].name
|
||||
}
|
||||
|
||||
override fun onClick() {
|
||||
|
Reference in New Issue
Block a user