AndroidResideMenu
AndroidResideMenu copied to clipboard
Re-enable Swipe direction
Once you have disabled a Swipe direction via setSwipeDirectionDisable you can't re-enable it.
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!