From 5de966790f77cafa40c83936caa6a7fdfd9a323d Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Tue, 17 Jun 2014 11:25:21 -0400 Subject: [PATCH] QS: Update embedded vol panel when re-attached to window. We intentionally drop interim updates when the panel is not visible, but we should catch up when it becomes visible again. Not a problem for the dialog panel, since it is torn down / recreated each time. Bug:15573750 Change-Id: I717b5d459acb25f9610222e9913d7b8eb71cdd00 --- .../src/com/android/systemui/qs/tiles/NotificationsTile.java | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/src/com/android/systemui/qs/tiles/NotificationsTile.java b/packages/SystemUI/src/com/android/systemui/qs/tiles/NotificationsTile.java index b981ed6a041cc..c4bdb19ce2b4f 100644 --- a/packages/SystemUI/src/com/android/systemui/qs/tiles/NotificationsTile.java +++ b/packages/SystemUI/src/com/android/systemui/qs/tiles/NotificationsTile.java @@ -69,6 +69,7 @@ public class NotificationsTile extends QSTile