This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Description
When Fragment was created I injected some logic to overall view that not include waveview,
I wonder why wave is not working, but when I drag notification bar down and push it up and look up WaveView in app. The wave was worked right.
What was something that I had wrong.
PS. I try to use
waveView.invalidate();
waveView.postInvalidate();
waveView.postInvalidate(5000);
It seems not working.