mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
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) {
|
override fun onItemClick(position: Int) {
|
||||||
value = entries[position].name
|
|
||||||
callChangeListener(value)
|
callChangeListener(value)
|
||||||
|
value = entries[position].name
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onClick() {
|
override fun onClick() {
|
||||||
|
|
Loading…
Reference in a new issue