Skip to content

Commit

Permalink
fix(ios): fix typo in iOS < 17 cases
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Jan 11, 2024
1 parent 2c2ea8f commit 5ec2121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/TitaniumKit/TitaniumKit/Sources/API/TiAnimation.m
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ - (void)animate:(id)args
options:options
animations:animation
completion:complete];
#ifdef __IPHONE_16_4
#ifdef __IPHONE_17_0
}
#endif
} else {
Expand Down

0 comments on commit 5ec2121

Please sign in to comment.