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

Commit 971a496f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Skip handling input while the user is still locked"

parents 9431e792 fe042fe2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -416,6 +416,9 @@ public class TouchInteractionService extends Service implements
            Log.e(TAG, "Unknown event " + ev);
            return;
        }
        if (!mDeviceState.isUserUnlocked()) {
            return;
        }

        Object traceToken = TraceHelper.INSTANCE.beginFlagsOverride(
                TraceHelper.FLAG_ALLOW_BINDER_TRACKING);