Skip to content

Commit cf59ca9

Browse files
committed
remove double comment
1 parent 9f1ecaa commit cf59ca9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tns-core-modules/ui/frame/frame.android.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,11 +859,9 @@ class FragmentCallbacksImplementation implements AndroidFragmentCallbacks {
859859
if (traceEnabled()) {
860860
traceWrite(`${fragment}.onDestroy()`, traceCategories.NativeLifecycle);
861861
}
862-
862+
863863
superFunc.call(fragment);
864864

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
867865
const entry = this.entry;
868866
if (!entry) {
869867
traceError(`${fragment}.onDestroy: entry is null or undefined`);

0 commit comments

Comments
 (0)