Merge "Toggle enable audio when an option selected" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
131401e239
@@ -97,6 +97,9 @@ public class ScreenRecordDialog extends Activity {
|
|||||||
mModes);
|
mModes);
|
||||||
a.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
|
a.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
|
||||||
mOptions.setAdapter(a);
|
mOptions.setAdapter(a);
|
||||||
|
mOptions.setOnItemClickListenerInt((parent, view, position, id) -> {
|
||||||
|
mAudioSwitch.setChecked(true);
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user