diff options
| author | 2015-09-09 16:42:38 -0400 | |
|---|---|---|
| committer | 2015-09-11 10:09:01 -0400 | |
| commit | 86ef8e2dbc05f027cd86ee6cd6ceb6bd6f1bfd08 (patch) | |
| tree | 64b84c7422ed55452fe1cb91e72210c37c0c3d71 | |
| parent | 5ef65ea1639749b67c99057e6e69fcf529e24269 (diff) | |
Clear active media notification on user switch.
Bug: 23934806
Change-Id: Ib9dad342ee65299e1dbbc1b9dd91f6f8627d705f
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java index cbc64d83ea87..d3af8f03fa73 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java @@ -3028,6 +3028,8 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, updateNotifications(); resetUserSetupObserver(); setControllerUsers(); + clearCurrentMediaNotification(); + updateMediaMetaData(true); if (mFullscreenUserSwitcher != null) { mFullscreenUserSwitcher.onUserSwitched(newUserId); } |