Merge "Make Recents button work in demo mode" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0aee1b4163
@@ -883,9 +883,9 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
|
||||
mLightStatusBarController = new LightStatusBarController(mIconController,
|
||||
mBatteryController);
|
||||
mKeyguardMonitor = new KeyguardMonitor(mContext);
|
||||
mUserSwitcherController = new UserSwitcherController(mContext, mKeyguardMonitor,
|
||||
mHandler, this);
|
||||
if (UserManager.get(mContext).isUserSwitcherEnabled()) {
|
||||
mUserSwitcherController = new UserSwitcherController(mContext, mKeyguardMonitor,
|
||||
mHandler, this);
|
||||
createUserSwitcher();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user