Merge "QS: Update embedded vol panel when re-attached to window."

This commit is contained in:
John Spurlock
2014-06-17 15:28:56 +00:00
committed by Android (Google) Code Review

View File

@@ -69,6 +69,7 @@ public class NotificationsTile extends QSTile<NotificationsTile.NotificationsSta
@Override
public void onViewAttachedToWindow(View v) {
vp.updateStates();
volumeComponent.setVolumePanel(vp);
}
});