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

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

Merge "Fixes ignoring interaction flags from launcher from race"

parents 325dd4b6 4c3973df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis
        @Override
        public void onServiceConnected(ComponentName name, IBinder service) {
            mHandler.removeCallbacks(mDeferredConnectionCallback);
            mCurrentBoundedUserId = mDeviceProvisionedController.getCurrentUser();
            mConnectionBackoffAttempts = 0;
            mOverviewProxy = IOverviewProxy.Stub.asInterface(service);
            // Listen for launcher's death
@@ -269,7 +270,6 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis
            }
            try {
                mOverviewProxy.onBind(mSysUiProxy);
                mCurrentBoundedUserId = mDeviceProvisionedController.getCurrentUser();
            } catch (RemoteException e) {
                mCurrentBoundedUserId = -1;
                Log.e(TAG_OPS, "Failed to call onBind()", e);