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
The app keeps crashing tried from API19-23, when i'm trying to implement the animation. Screenshot
The problem is that it doesn't crash at animation, because in stack there isn't any indication that it would crash in my code.
If I remove ((Animatable) item.getIcon()).start(); it works.
Any idea what can I been doing wrong?
The text was updated successfully, but these errors were encountered:
The app keeps crashing tried from API19-23, when i'm trying to implement the animation.
Screenshot
The problem is that it doesn't crash at animation, because in stack there isn't any indication that it would crash in my code.
If I remove
((Animatable) item.getIcon()).start();
it works.Any idea what can I been doing wrong?
The text was updated successfully, but these errors were encountered: