PullZoomView icon indicating copy to clipboard operation
PullZoomView copied to clipboard

onSizeChanged called cause not scrolling back

Open Lalalatte opened this issue 8 years ago • 0 comments

onSizeChanged called cause not scrolling back

we can add a check in onSizeChanged()

if (headerHeight == 0){ headerHeight = headerParams.height; }

Lalalatte avatar Aug 11 '16 09:08 Lalalatte