You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
You need to setDirection on the SwipyRefreshLayout to SwipyRefreshLayout.Both,
The reason why it works for you putting in the messured height is because any unknown value, will result int becoming Both, which has the integer value of 2.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: