Skip to content

Commit

Permalink
fix(frame-android): IllegalStateException: The specified child alread…
Browse files Browse the repository at this point in the history
…y has a parent (#7948)
  • Loading branch information
manoldonev authored Oct 15, 2019
1 parent b377eb6 commit ff30c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tns-core-modules/ui/frame/frame.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ class FragmentCallbacksImplementation implements AndroidFragmentCallbacks {
parentView.addViewInLayout(nativeView, -1, new org.nativescript.widgets.CommonLayoutParams());
}

parentView.removeView(nativeView);
parentView.removeAllViews();
}
}

Expand Down

0 comments on commit ff30c48

Please sign in to comment.