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
I have another problem. I use the view in a fragment and show the loading circle from code sometimes. This works fine until I rotate the device. Then the circle is not showing if i manually enable the refreshing (although the isRefreshing function returns true). But if I shortly pull down the wave view, then the loading circle is working again and I can enable refreshing from code again without issues.
So basically, after recreating the fragment I can't use the manual refreshing from code until I at least once pulled down the wave view...
The text was updated successfully, but these errors were encountered:
Sorry, I have not been able to grasp the situation.
Is it the fact that you use the WaveSwipeRefreshLayout in Fragment?
In order to understand quickly, please source code or sample project! ლ(´ڡ`ლ)
I have another problem. I use the view in a fragment and show the loading circle from code sometimes. This works fine until I rotate the device. Then the circle is not showing if i manually enable the refreshing (although the
isRefreshing
function returns true). But if I shortly pull down the wave view, then the loading circle is working again and I can enable refreshing from code again without issues.So basically, after recreating the fragment I can't use the manual refreshing from code until I at least once pulled down the wave view...
The text was updated successfully, but these errors were encountered: