Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animators may only be run on Looper threads Exception when displaying icon on Bottom Navigation #428

Open
egek92 opened this issue Nov 3, 2020 · 0 comments

Comments

@egek92
Copy link

egek92 commented Nov 3, 2020

Fatal Exception: android.util.AndroidRuntimeException
Animators may only be run on Looper threads
android.animation.ValueAnimator.start (ValueAnimator.java:1011)
android.view.ViewPropertyAnimator.start (ViewPropertyAnimator.java:416)
com.aurelhubert.ahbottomnavigation.AHBottomNavigation.updateNotifications (AHBottomNavigation.java:975)
com.aurelhubert.ahbottomnavigation.AHBottomNavigation.createClassicItems (AHBottomNavigation.java:489)
com.aurelhubert.ahbottomnavigation.AHBottomNavigation.createItems (AHBottomNavigation.java:282)
com.aurelhubert.ahbottomnavigation.AHBottomNavigation.enableItemAtPosition (AHBottomNavigation.java:1619)

this crash randomly happened while we display an icon on top cart icon of bottom nav

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant