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

Commit 131401e2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Toggle enable audio when an option selected" into rvc-dev

parents 960e4933 eb4113e0
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);
        });

    }