We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897b74b commit 5265549Copy full SHA for 5265549
library/src/com/slidingmenu/lib/CustomViewAbove.java
@@ -1225,8 +1225,8 @@ public boolean onInterceptTouchEvent(MotionEvent ev) {
1225
mLastMotionY = ev.getY();
1226
mActivePointerId = MotionEventCompat.getPointerId(ev, 0);
1227
1228
- if (mScrollState == SCROLL_STATE_SETTLING ||
1229
- (this.mTouchModeAbove != SlidingMenu.TOUCHMODE_FULLSCREEN && thisTouchAllowed(ev.getX()))) {
+ if (mScrollState == SCROLL_STATE_SETTLING || isMenuOpen() ||
+ (mTouchModeAbove != SlidingMenu.TOUCHMODE_FULLSCREEN && thisTouchAllowed(ev.getX()))) {
1230
// Let the user 'catch' the pager as it animates.
1231
mIsBeingDragged = true;
1232
mIsUnableToDrag = false;
0 commit comments