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

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

Merge "Move addPluginListener to onUserUnlocked" into ub-launcher3-master

parents 892cf58a eed626a6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -279,9 +279,6 @@ public class TouchInteractionService extends Service implements PluginListener<O
        mDeviceState.runOnUserUnlocked(this::onUserUnlocked);

        sConnected = true;

        PluginManagerWrapper.INSTANCE.get(getBaseContext()).addPluginListener(this,
                OverscrollPlugin.class, false /* allowMultiple */);
    }

    private void disposeEventHandlers() {
@@ -348,6 +345,9 @@ public class TouchInteractionService extends Service implements PluginListener<O
        mBackGestureNotificationCounter = Math.max(0, Utilities.getDevicePrefs(this)
                .getInt(KEY_BACK_NOTIFICATION_COUNT, MAX_BACK_NOTIFICATION_COUNT));
        resetHomeBounceSeenOnQuickstepEnabledFirstTime();

        PluginManagerWrapper.INSTANCE.get(getBaseContext()).addPluginListener(this,
                OverscrollPlugin.class, false /* allowMultiple */);
    }

    private void onDeferredActivityLaunch() {