Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5de96679 authored by John Spurlock's avatar John Spurlock
Browse files

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
parent 97df96d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ public class NotificationsTile extends QSTile<NotificationsTile.NotificationsSta

            @Override
            public void onViewAttachedToWindow(View v) {
                vp.updateStates();
                volumeComponent.setVolumePanel(vp);
            }
        });