We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1ecaa commit cf59ca9Copy full SHA for cf59ca9
tns-core-modules/ui/frame/frame.android.ts
@@ -859,11 +859,9 @@ class FragmentCallbacksImplementation implements AndroidFragmentCallbacks {
859
if (traceEnabled()) {
860
traceWrite(`${fragment}.onDestroy()`, traceCategories.NativeLifecycle);
861
}
862
-
+
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
867
const entry = this.entry;
868
if (!entry) {
869
traceError(`${fragment}.onDestroy: entry is null or undefined`);
0 commit comments