Ich habe den folgenden Code in meinem onActivityResult für ein Fragment von mir: onActivityResult(int requestCode, int resultCode, Intent data){ //other code ProgressFragment progFragment = new ProgressFragment(); progFragment.show(getActivity().getSupportFragmentManager(), PROG_DIALOG_TAG); // other code } Ich erhalte jedoch den folgenden Fehler: Caused by: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState Weiß jemand, …
Ich habe eine FragmentActivity, die ein DialogFragment hostet. Das DialogFragment führt Netzwerkanforderungen aus und verarbeitet die Facebook-Authentifizierung. Daher muss ich sie während der Rotation beibehalten. Ich habe alle anderen Fragen zu diesem Problem gelesen, aber keine von ihnen hat das Problem tatsächlich gelöst. Ich verwende putFragment und getFragment, um die …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.