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

Commit 6c09ff55 authored by Matt Wu's avatar Matt Wu Committed by Android (Google) Code Review
Browse files

Merge "Set WindowSession's touchmode when in local focus mode,"

parents dd26bfc1 d6bc96db
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3589,9 +3589,7 @@ public final class ViewRootImpl implements ViewParent,

        // tell the window manager
        try {
            if (!isInLocalFocusMode()) {
            mWindowSession.setInTouchMode(inTouchMode);
            }
        } catch (RemoteException e) {
            throw new RuntimeException(e);
        }