diff --git a/packages/core/ui/frame/index.android.ts b/packages/core/ui/frame/index.android.ts index 9f0e8a9a5..2514a10c9 100644 --- a/packages/core/ui/frame/index.android.ts +++ b/packages/core/ui/frame/index.android.ts @@ -450,7 +450,7 @@ export class Frame extends FrameBase { if (clearHistory || isReplace) { transaction.replace(this.containerViewId, newFragment, newFragmentTag); - } else { + } else { transaction.add(this.containerViewId, newFragment, newFragmentTag); } if (this._currentEntry && this._currentEntry.entry.backstackVisible === false) {