AndroidResideMenu icon indicating copy to clipboard operation
AndroidResideMenu copied to clipboard

Re-enable Swipe direction

Open JuanCBermudez opened this issue 9 years ago • 1 comments

Once you have disabled a Swipe direction via setSwipeDirectionDisable you can't re-enable it.

JuanCBermudez avatar Jan 14 '16 16:01 JuanCBermudez

Download the project and add it as library, then add these code!

public void setSwipeDirectionEnable(int direction) { disabledSwipeDirection.remove(direction); }

That works with some tweaks! Trial and Error!

gjohnrao avatar Apr 01 '16 18:04 gjohnrao