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

Commit b247608b authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Skip handling input while the user is still locked" into ub-launcher3-master

parents 23c83410 fc8c9758
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -423,6 +423,9 @@ public class TouchInteractionService extends Service implements PluginListener<O
            Log.e(TAG, "Unknown event " + ev);
            return;
        }
        if (!mDeviceState.isUserUnlocked()) {
            return;
        }

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