mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fix swipe-back in iOS
This commit is contained in:
@ -402,7 +402,7 @@ export class Frame extends CustomLayoutView implements definition.Frame {
|
||||
return entry.transitionAndroid;
|
||||
}
|
||||
|
||||
if (entry && isDefined(entry.transition)) {
|
||||
if (isDefined(entry.transition)) {
|
||||
return entry.transition;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user