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

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

am 34a2ee69: am 9d48ec7a: am 2ee054b4: Merge "Volume: Ensure ring/notif slider...

am 34a2ee69: am 9d48ec7a: am 2ee054b4: Merge "Volume: Ensure ring/notif slider is enabled when ringer=vibrate." into lmp-mr1-dev

* commit '34a2ee69':
  Volume: Ensure ring/notif slider is enabled when ringer=vibrate.
parents 982c75c3 34a2ee69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -793,7 +793,7 @@ public class VolumePanel extends Handler implements DemoMode {
            sc.icon.setAlpha(mDisabledAlpha);
            sc.icon.setClickable(false);
        } else if (fixedVolume ||
                (sc.streamType != mAudioManager.getMasterStreamType() && muted) ||
                (sc.streamType != mAudioManager.getMasterStreamType() && !isRinger && muted) ||
                (sSafetyWarning != null)) {
            sc.seekbarView.setEnabled(false);
        } else {