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

Commit bca39058 authored by Shaowei Shen's avatar Shaowei Shen Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-6b5c425facc641d0ab518d714178721f" into sc-v2-dev-plus-aosp

* changes:
  [automerge] DO NOT MERGE: Downbranch don't need this adjustment [Output Switcher] Disable volume when device is selectable in 2p: ed4faa60
  DO NOT MERGE: Downbranch don't need this adjustment [Output Switcher] Disable volume when device is selectable in group dialog
parents eee9fa67 92833409
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -107,6 +107,8 @@ public class MediaOutputGroupAdapter extends MediaOutputBaseAdapter {
            initSeekbar(device);
            final List<MediaDevice> selectedDevices = mController.getSelectedMediaDevice();
            if (isDeviceIncluded(mController.getSelectableMediaDevice(), device)) {
                mSeekBar.setEnabled(false);
                mSeekBar.setOnTouchListener((v, event) -> true);
                mCheckBox.setButtonDrawable(R.drawable.ic_check_box);
                mCheckBox.setChecked(false);
                mCheckBox.setEnabled(true);