-
Notifications
You must be signed in to change notification settings - Fork 118
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
Collapsing won't work when battery saving is enabled #25
Comments
I can see that some animations in other libraries are just being skippedg, so I believe that battery saving disables them and breaks InboxRecyclerView... |
Found this warning on Logcat that only appears when battery saving mode is enabled:
|
Hi, @saket, is there a possibility to fix this? Apparently batter saving mode disable some logic around ObjectAnimator and ValueAnimator... |
Apparently some people were able to fix this by wrapping animations inside runnables, as seen here: |
Sorry for taking so long to respond. I was moving to a new country, new job and a new home. This should be fixed in the next release |
Hi,
I've noticed that if the system is in battery saving mode (Android default one, Samsung one didn't affect this) the page won't collapse, as you can see in this vídeo:
youtu.be/iCS-hlQqods
The text was updated successfully, but these errors were encountered: