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

Commit c19a72c4 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 499f4a0a: VolumeZen: Don\'t clear stream type if embedded.

* commit '499f4a0a4df37558801a712a24daebb91df0b327':
  VolumeZen: Don't clear stream type if embedded.
parents 46023ace f71205c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1035,9 +1035,9 @@ public class VolumePanel extends Handler {
                if (isShowing()) {
                    if (mDialog != null) {
                        mDialog.dismiss();
                    }
                        mActiveStreamType = -1;
                    }
                }
                synchronized (sConfirmSafeVolumeLock) {
                    if (sConfirmSafeVolumeDialog != null) {
                        sConfirmSafeVolumeDialog.dismiss();