Skip to content

Commit

Permalink
fix(ios): fix sytax error
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh-axway authored and sgtcoolguy committed Feb 8, 2021
1 parent be4ae35 commit 0d662e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ - (void)setTitleAttributes:(id)args

if (shouldUpdateNavBar && ([controller navigationController] != nil)) {
UINavigationBar *navigationBar = controller.navigationController.navigationBar;
if ([[TiUtils boolValue:[self valueForKey:@"largeTitleEnabled"] def:NO]) {
if ([TiUtils boolValue:[self valueForKey:@"largeTitleEnabled"] def:NO]) {
if ([self shouldUseNavBarApperance]) {
navigationBar.standardAppearance.largeTitleTextAttributes = theAttributes;
navigationBar.scrollEdgeAppearance.largeTitleTextAttributes = theAttributes;
Expand Down

0 comments on commit 0d662e1

Please sign in to comment.