mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(ios): improved handling for navigation events (#10757)
This commit is contained in:
committed by
GitHub
parent
1ef47301bf
commit
bca3452722
@@ -11,6 +11,10 @@ export function topmost(): FrameBase {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
export function _isFrameStackEmpty(): boolean {
|
||||
return frameStack.length === 0;
|
||||
}
|
||||
|
||||
export function _pushInFrameStack(frame: FrameBase): void {
|
||||
if (frame._isInFrameStack && frameStack[frameStack.length - 1] === frame) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user