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

Commit cab5bb21 authored by shaoweishen's avatar shaoweishen Committed by Shaowei Shen
Browse files

[Output Swithcer] Apply device volume in group instead of session volume

Bug: 203073091
Test: Verified on device
Change-Id: I5bd867a5e9849a5ccee7aa268c6177f10233236e
parent fedcf34f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ public class MediaOutputAdapter extends MediaOutputBaseAdapter {
                        onCheckBoxClicked(false, device);
                    });
                    setCheckBoxColor(mCheckBox, mController.getColorActiveItem());
                    initSessionSeekbar();
                    initSeekbar(device);
                } else if (!mController.hasAdjustVolumeUserRestriction() && currentlyConnected) {
                    mStatusIcon.setImageDrawable(
                            mContext.getDrawable(R.drawable.media_output_status_check));