| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9f1ecaa commit 402414f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -861,9 +861,7 @@ class FragmentCallbacksImplementation implements AndroidFragmentCallbacks { | |||
| 861 | 861 | } | |
| 862 | 862 | ||
| 863 | 863 | superFunc.call(fragment); | |
| 864 | - | ||
| 865 | - // fixes 'java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first'. | ||
| 866 | - // on app resume in nested frame scenarios with support library version greater than 26.0.0 | ||
| 864 | + | ||
| 867 | 865 | const entry = this.entry; | |
| 868 | 866 | if (!entry) { | |
| 869 | 867 | traceError(`${fragment}.onDestroy: entry is null or undefined`); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments