Dialogbox bug (Xamarin Android)
问题 I have the following code which passes the intent whether SELECT_IMAGE or REQUEST_CAMERA. In this case, after adding an image from the gallery, an item will be added on the listview. protected override void OnActivityResult(int requestCode, Result resultCode, Intent data) { // ................ // if (resultCode == Result.Ok) { if (requestCode == REQUEST_CAMERA) { // ...................// } else if ((requestCode == SELECT_FILE) && (data != null)) { Android.Net.Uri uri = data.Data; string