mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 20:01:53 +01:00
Fix material spinner view popup not changing the selection for enum prefs
This commit is contained in:
parent
3956a4b2dc
commit
3492117cb1
@ -190,6 +190,7 @@ class MaterialSpinnerView @JvmOverloads constructor(context: Context, attrs: Att
|
||||
popup.menu[selectedPosition].title =
|
||||
popup.menu[selectedPosition].title?.tintText(context.getResourceColor(android.R.attr.colorAccent))
|
||||
|
||||
this.popup = popup
|
||||
return popup
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user