How to start animation programmatically?
swipyrefreshlayout.setRefreshing(true); -> is not working for me. Bottom direction.
I found the problem... The first pass on getMeasuredHeight() on setDirection(), returning 0 from height. The second time is works fine.
How to start animation programmatically?
swipyrefreshlayout.setRefreshing(true); -> is not working for me. Bottom direction.
I found the problem... The first pass on getMeasuredHeight() on setDirection(), returning 0 from height. The second time is works fine.