Loading core/java/android/app/FragmentManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,7 @@ public class FragmentManager { throw new SuperNotCalledException("Fragment " + f + " did not call through to super.onDetach()"); } f.mActivity.mAllLoaderManagers.remove(f.mIndex); f.mActivity = null; } } Loading Loading
core/java/android/app/FragmentManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,7 @@ public class FragmentManager { throw new SuperNotCalledException("Fragment " + f + " did not call through to super.onDetach()"); } f.mActivity.mAllLoaderManagers.remove(f.mIndex); f.mActivity = null; } } Loading