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

Bug: 203073091
Test: Verified on device
Change-Id: I5bd867a5e9849a5ccee7aa268c6177f10233236e
This commit is contained in:
shaoweishen
2022-02-24 14:22:30 +00:00
committed by Shaowei Shen
parent fedcf34ff8
commit cab5bb217d

View File

@@ -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));