FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

remove double comment · NativeScript/NativeScript@402414f · GitHub

Commit 402414f

Browse files
authored
remove double comment
1 parent 9f1ecaa commit 402414f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -861,9 +861,7 @@ class FragmentCallbacksImplementation implements AndroidFragmentCallbacks {
861861
}
862862

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

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL