chore: better comment

This commit is contained in:
Martin Guillon
2021-09-17 16:58:05 +02:00
parent e3e5dea2be
commit e7608500cb

View File

@ -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);
}