Loading packages/SystemUI/src/com/android/systemui/qs/tiles/NotificationsTile.java +1 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ public class NotificationsTile extends QSTile<NotificationsTile.NotificationsSta @Override public void onViewAttachedToWindow(View v) { vp.updateStates(); volumeComponent.setVolumePanel(vp); } }); Loading Loading
packages/SystemUI/src/com/android/systemui/qs/tiles/NotificationsTile.java +1 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ public class NotificationsTile extends QSTile<NotificationsTile.NotificationsSta @Override public void onViewAttachedToWindow(View v) { vp.updateStates(); volumeComponent.setVolumePanel(vp); } }); Loading