daimajia / AndroidSwipeLayout

The Most Powerful Swipe Layout!
MIT License
12.38k stars 2.67k forks source link

onDataChanged causes swipe layout to close. #457

Open scottazord opened 7 years ago

scottazord commented 7 years ago

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.

yura-f commented 7 years ago

+1 RecyclerView

LukeAndYisa commented 7 years ago

void layoutPullOut(){ Rect rect = computeSurfaceLayoutArea(getOpenStatus() == Status.Open);

}

try it... @scottazord @Z-13

scottazord commented 7 years ago

Hey @zx391324751 ,

Thanks for the response.

Are you able explain how the above code is supposed to work?

Bilal1025 commented 6 years ago

have you solved the issue?