diff --git a/packages/core/ui/frame/index.android.ts b/packages/core/ui/frame/index.android.ts index 7d7dc801f..ea84c02b7 100644 --- a/packages/core/ui/frame/index.android.ts +++ b/packages/core/ui/frame/index.android.ts @@ -485,7 +485,8 @@ export class Frame extends FrameBase { entry.returnTransitionListener.backEntry = backstackEntry; } - // we only did hide the fragment to fix some black blick issues with GLSurfaceView and GLTextureView + // we only hide the fragment to fix some black blick issues with GLSurfaceView and GLTextureView + // it will be removed once the navigation is done transaction.hide(this._currentEntry.fragment); }