Tweak app theme preference selection (closes #5866)
This commit is contained in:
parent
bdef2cfdfb
commit
a2c830b908
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue