DevsmartLib-Android icon indicating copy to clipboard operation
DevsmartLib-Android copied to clipboard

onDataSetChanged disable scroll animation

Open Informaticore opened this issue 13 years ago • 0 comments

if you use onDataSetChange, the animation is disabled. The reason is: you call initView() in onLayout, when onDataSetChanged was called! in initView() it set the scroller to a new scroller. It is not needed to reset the scroller, you need a new Method for initView() in onLayout.

Informaticore avatar May 04 '12 12:05 Informaticore