We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a44415 commit 6c6b584Copy full SHA for 6c6b584
1 file changed
androidarcmenu/src/main/java/com/hackplan/androidarcmenu/ArcMenuLayout.java
@@ -110,6 +110,9 @@ public boolean onTouchEvent(MotionEvent event) {
110
float y = MotionEventCompat.getY(event, 0);
111
112
switch (event.getAction()){
113
+ case MotionEvent.ACTION_DOWN:
114
+ hideOnTouchUp = true;
115
+ break;
116
case MotionEvent.ACTION_UP:
117
case MotionEvent.ACTION_CANCEL:
118
if (!show) break;
0 commit comments