mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
chore: lint
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user