Fix pen/highlighter tool single tap.

Fixes #9745
This commit is contained in:
Fumiaki Yoshimatsu 2020-07-05 12:07:51 -04:00 committed by Alan Evans
parent 841c9424e9
commit 1fe38f5ed1

View File

@ -437,9 +437,10 @@ public final class ImageEditorView extends FrameLayout {
} else { } else {
tapListener.onEntitySingleTap(null); tapListener.onEntitySingleTap(null);
} }
}
return true; return true;
} }
return false;
}
@Override @Override
public boolean onDown(MotionEvent e) { public boolean onDown(MotionEvent e) {