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

Commit c1262d45 authored by Ashutosh Joshi's avatar Ashutosh Joshi Committed by android-build-merger
Browse files

Merge \"Revert \"Add state for loading/unloading apps\"\" into nyc-mr1-dev

am: 0aee1b41

Change-Id: Ifef46e91e84046aee792b14c36b42edd613406e1
parents 3ed59e2f 0aee1b41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -883,9 +883,9 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
        mLightStatusBarController = new LightStatusBarController(mIconController,
                mBatteryController);
        mKeyguardMonitor = new KeyguardMonitor(mContext);
        if (UserManager.get(mContext).isUserSwitcherEnabled()) {
        mUserSwitcherController = new UserSwitcherController(mContext, mKeyguardMonitor,
                mHandler, this);
        if (UserManager.get(mContext).isUserSwitcherEnabled()) {
            createUserSwitcher();
        }