You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assigning a value using app:defaultValue="abc" throws an exception. Constructor of parent (MultiSelectListPreference) expects an array resource, instead of a plain string.
Possible solution: remove the default attribute from attrs before calling super. Then process the attr as now in init—split into a set and use setDefaultValue.
The text was updated successfully, but these errors were encountered:
Assigning a value using
app:defaultValue="abc"
throws an exception. Constructor of parent (MultiSelectListPreference) expects an array resource, instead of a plain string.Possible solution: remove the default attribute from
attrs
before callingsuper
. Then process the attr as now ininit
—split into a set and usesetDefaultValue
.The text was updated successfully, but these errors were encountered: