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 d74a730 commit 2b4f95bCopy full SHA for 2b4f95b
menudrawer/src/net/simonvt/menudrawer/OverlayDrawer.java
@@ -586,7 +586,7 @@ public boolean onInterceptTouchEvent(MotionEvent ev) {
586
stopAnimation();
587
endPeek();
588
589
- if (!mMenuVisible) {
+ if (!mMenuVisible && mInitialMotionX <= mPeekSize) {
590
postDelayed(mRevealRunnable, 160);
591
}
592
@@ -678,7 +678,7 @@ public boolean onTouchEvent(MotionEvent ev) {
678
679
680
681
+ if (!mMenuVisible && mLastMotionX <= mPeekSize) {
682
683
684
0 commit comments