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

Commit 7c31e494 authored by John Choi's avatar John Choi Committed by Android (Google) Code Review
Browse files

Merge "Fix Car volume dialog that does not show when volume reaches min/max"

parents a2c7fc71 e5c1db9f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -539,11 +539,11 @@ public class CarVolumeDialogImpl implements VolumeDialog {
      if (value != volumeItem.progress) {
        volumeItem.listItem.setProgress(value);
        volumeItem.progress = value;
      }
      if ((flags & AudioManager.FLAG_SHOW_UI) != 0) {
        show(Events.SHOW_REASON_VOLUME_CHANGED);
      }
    }
    }

    @Override
    public void onMasterMuteChanged(int flags) {