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 {
tapListener.onEntitySingleTap(null);
}
}
return true;
}
return false;
}
@Override
public boolean onDown(MotionEvent e) {