Câu hỏi được gắn thẻ «android-dialogfragment»

DialogFragment là một phân mảnh hiển thị cửa sổ hộp thoại, nổi trên đầu cửa sổ hoạt động của nó.

17
Hiển thị DialogFragment từ onActivityResult
Tôi có mã sau trong onActivityResult của mình cho một đoạn của tôi: onActivityResult(int requestCode, int resultCode, Intent data){ //other code ProgressFragment progFragment = new ProgressFragment(); progFragment.show(getActivity().getSupportFragmentManager(), PROG_DIALOG_TAG); // other code } Tuy nhiên, tôi gặp lỗi sau: Caused by: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState Có ai …
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.