AndroidSwipeLayout icon indicating copy to clipboard operation
AndroidSwipeLayout copied to clipboard

onDataChanged causes swipe layout to close.

Open scottazord opened this issue 7 years ago • 4 comments

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.

scottazord avatar Aug 01 '17 02:08 scottazord

+1 RecyclerView

yura-f avatar Aug 25 '17 12:08 yura-f

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

}

try it... @scottazord @Z-13

zx391324751 avatar Sep 11 '17 09:09 zx391324751

Hey @zx391324751 ,

Thanks for the response.

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

scottazord avatar Sep 11 '17 23:09 scottazord

have you solved the issue?

Bilal1025 avatar Jun 28 '18 18:06 Bilal1025