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

Commit db119790 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Toggle enable audio when an option selected" into rvc-dev am: 131401e2 am: 70cfafe2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11931366

Change-Id: I478985820a132cb0318bac3edd5e256b42e1a3d6
parents cd966a42 70cfafe2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -97,6 +97,9 @@ public class ScreenRecordDialog extends Activity {
                mModes);
        a.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
        mOptions.setAdapter(a);
        mOptions.setOnItemClickListenerInt((parent, view, position, id) -> {
            mAudioSwitch.setChecked(true);
        });

    }