Skip to content

Commit b01f659

Browse files
author
Vladimir Enchev
committed
Merge pull request NativeScript#1709 from appcela/fix-navigation-entry-transition-android-not-used
Fixed 'NavigationEntry.transitionAndroid' not used bug NativeScript#1693
2 parents e428404 + 3fd32b9 commit b01f659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/frame/frame-common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ export class Frame extends CustomLayoutView implements definition.Frame {
406406
}
407407

408408
if (platform.device.os === platform.platformNames.android && isDefined(entry.transitionAndroid)) {
409-
return entry.transitioniOS;
409+
return entry.transitionAndroid;
410410
}
411411

412412
if (entry && isDefined(entry.transition)) {

0 commit comments

Comments
 (0)