17
OnActivityResult से DialogFragment दिखाएँ
मेरा एक टुकड़ा के लिए मेरे onActivityResult में निम्नलिखित कोड है: onActivityResult(int requestCode, int resultCode, Intent data){ //other code ProgressFragment progFragment = new ProgressFragment(); progFragment.show(getActivity().getSupportFragmentManager(), PROG_DIALOG_TAG); // other code } हालाँकि, मुझे निम्न त्रुटि मिल रही है: Caused by: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState किसी को पता …