Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable menu toggle when sliding is disabled
mEnabled is used to check if mContent receives dragging events, shoud not be used to stop actions. if mEnabled is checked in scrollTo(int,int) method, side menu can still be called out by SlidingMenu.showMenu(), but the menu would be blank.
- Loading branch information