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

Commit 1a48ffee authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't prevent group volume adjustment in SysUI" into 24D1-dev

parents 26e2ce86 d18934b5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1188,9 +1188,7 @@ public class MediaOutputController implements LocalMediaManager.DeviceCallback,
    }

    boolean isVolumeControlEnabled(@NonNull MediaDevice device) {
        return (isPlayBackInfoLocal()
                || device.getDeviceType() != MediaDevice.MediaDeviceType.TYPE_CAST_GROUP_DEVICE)
                && !device.isVolumeFixed();
        return !device.isVolumeFixed();
    }

    @Override