From e7608500cb691b16d3e86263502d4a849cba86b7 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 17 Sep 2021 16:58:05 +0200 Subject: [PATCH] chore: better comment --- packages/core/ui/frame/index.android.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }