mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Fixed a problem with going back with cachePagesOnNavigate
Related to #1948
This commit is contained in:
@ -47,8 +47,6 @@ function onFragmentShown(fragment: FragmentClass) {
|
||||
|
||||
var isBack = currentNavigationContext ? currentNavigationContext.isBackNavigation : false;
|
||||
|
||||
transitionModule._removePageNativeViewFromAndroidParent(page);
|
||||
|
||||
frame._addView(page);
|
||||
|
||||
// onFragmentShown is called before NativeActivity.start where we call frame.onLoaded
|
||||
|
Reference in New Issue
Block a user