Skip to content

Commit 3fd32b9

Browse files
fixed 'transitionAndroid' not used bug
see NativeScript#1693 for details.
1 parent 5b6f960 commit 3fd32b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)