Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b817944d authored by Massimo Carli's avatar Massimo Carli Committed by Automerger Merge Worker
Browse files

Merge "Fix double tap Translucent Letterboxed Activities" into tm-qpr-dev am: ba714311

parents e7ad0777 ba714311
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -273,8 +273,8 @@ public class Letterbox {
        @Override
        public boolean onDoubleTapEvent(MotionEvent e) {
            if (e.getAction() == MotionEvent.ACTION_UP) {
                mDoubleTapCallbackX.accept((int) e.getX());
                mDoubleTapCallbackY.accept((int) e.getY());
                mDoubleTapCallbackX.accept((int) e.getRawX());
                mDoubleTapCallbackY.accept((int) e.getRawY());
                return true;
            }
            return false;