Merge "DO NOT MERGE Fix null pointer exception when updating rotation tile. (Bug 11111473)" into klp-dev

This commit is contained in:
Winson Chung
2013-10-21 21:16:22 +00:00
committed by Android (Google) Code Review

View File

@ -280,7 +280,7 @@ class QuickSettingsModel implements BluetoothStateChangeCallback,
mUserTracker = new CurrentUserTracker(mContext) {
public void onUserSwitched(int newUserId) {
mBrightnessObserver.startObserving();
onRotationLockChanged();
refreshRotationLockTile();
onBrightnessLevelChanged();
onNextAlarmChanged();
onBugreportChanged();