WaveView icon indicating copy to clipboard operation
WaveView copied to clipboard

In the class WiveView. The function computeWaveToTop should use getMeasuredHeight() to get height

Open jeissie opened this issue 9 years ago • 1 comments

In the class WiveView in the function computeWaveToTop should use getMeasuredHeight() to get height. If user getHeight() maybe get height is 0.

jeissie avatar Jun 01 '16 09:06 jeissie

computeWaveToTop is called in onWindowFocusChanged, so this should not be a problem.

john990 avatar Jun 02 '16 05:06 john990