mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
chore: lint
This commit is contained in:
@ -450,7 +450,7 @@ export class Frame extends FrameBase {
|
|||||||
|
|
||||||
if (clearHistory || isReplace) {
|
if (clearHistory || isReplace) {
|
||||||
transaction.replace(this.containerViewId, newFragment, newFragmentTag);
|
transaction.replace(this.containerViewId, newFragment, newFragmentTag);
|
||||||
} else {
|
} else {
|
||||||
transaction.add(this.containerViewId, newFragment, newFragmentTag);
|
transaction.add(this.containerViewId, newFragment, newFragmentTag);
|
||||||
}
|
}
|
||||||
if (this._currentEntry && this._currentEntry.entry.backstackVisible === false) {
|
if (this._currentEntry && this._currentEntry.entry.backstackVisible === false) {
|
||||||
|
Reference in New Issue
Block a user