This repository has been archived by the owner on Mar 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 302
Problem with save state on the wave view #17
Comments
IniterWorker
changed the title
Problem with save state one the wave view
Problem with save state on the wave view
Dec 1, 2016
I have a same problem!!! |
This problems have to solve? |
Having same issue, anyone solved this? |
Hi all, I have same problem and my solution is to add OnGlobalLayoutListener in fragment's onResume method. Then You can set progress on wave view. |
It works! Thanks :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I implemented a wave view in fragment with 30 % loaded.
I implemented the fragment in the viewpager.
When i switch few pages ("fragments") and I'm back. But the 30 % of the wave_view drew 100 %.
I try to update the view all time and set 30 % the progress. But, this didn't work.
The text was updated successfully, but these errors were encountered: