AndroidSwipeLayout
AndroidSwipeLayout copied to clipboard
onDataChanged causes swipe layout to close.
Hey All,
When the ListView is refreshed, the swipe layout closes. Is it possible to keep the drawer open on refresh, without showing the open animation?
Regards, Scott.
+1 RecyclerView
void layoutPullOut(){ Rect rect = computeSurfaceLayoutArea(getOpenStatus() == Status.Open);
}
try it... @scottazord @Z-13
Hey @zx391324751 ,
Thanks for the response.
Are you able explain how the above code is supposed to work?
have you solved the issue?