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
InvalidParameterException is because does find Toppings.ACCENT id in mToppings in Scoop.update(-,-) and get solve by using bind Toppings.ACCENT to that views which want to change theme
when i use the method onAccentColorCicked(View view) compiler got crash on
Scoop.getInstance()
.update(Toppings.ACCENT, tintColor);
crash is:
java.security.InvalidParameterException: Nothing has been bound to the Topping of the given id (2).
onPrimaryDarkColorClicked(View view) and onPrimaryColorClicked(View view) method works fine.
The text was updated successfully, but these errors were encountered: