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

Commit 3025fb5c authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Import new lib

Bug: 73498721
Change-Id: Ia9d2bd49d69d566b75355fe12b7127434f18079d
parent 33b48e28
Loading
Loading
Loading
Loading
+232 B (116 KiB)

File changed.

No diff preview for this file type.

+0 −5
Original line number Diff line number Diff line
@@ -205,11 +205,6 @@ public class OtherActivityTouchConsumer extends ContextWrapper implements TouchC
        }
        // Notify the handler that the gesture has actually started
        mInteractionHandler.onGestureStarted();

        // Notify the system that we have started tracking the event
        if (mISystemUiProxy != null) {
            executeSafely(mISystemUiProxy::onRecentsAnimationStarted);
        }
    }

    private boolean isNavBarOnRight() {
+5 −0
Original line number Diff line number Diff line
@@ -153,6 +153,11 @@ public class TouchInteractionService extends Service {
                mOverviewCommandHelper.onOverviewHidden();
            }
        }

        @Override
        public void onQuickStep(MotionEvent motionEvent) throws RemoteException {

        }
    };

    private final TouchConsumer mNoOpTouchConsumer = (ev) -> {};