AndroidSwipeLayout icon indicating copy to clipboard operation
AndroidSwipeLayout copied to clipboard

Top view sometimes recognize click when swiping

Open Chuque opened this issue 7 years ago • 1 comments

Sometimes the top view recognize a click when swiping, either opening or closing. Any fix?

Chuque avatar Jun 29 '18 13:06 Chuque

swipeLayout.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { if (swipeLayout.getOpenStatus() == SwipeLayout.Status.Close){ //perform click action here } } });

bharatbeladiya22 avatar Oct 31 '18 09:10 bharatbeladiya22