Exception Java.lang.illegalstateexception: Can Not Perform This Action After Onsaveinstancestate
Exception java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState android.support.v4.app.FragmentManagerImpl.checkStateLoss (FragmentManager.java:
Solution 1:
Add this line. It is working fine to me.
transaction.commitAllowingStateLoss()
Post a Comment for "Exception Java.lang.illegalstateexception: Can Not Perform This Action After Onsaveinstancestate"