Skip to content

Commit

Permalink
[NavigatorIOS] Fixes #1268 - Bug causing the leftButtonIcon to not ap…
Browse files Browse the repository at this point in the history
…pear

Summary:
Closes #1269
Github Author: Dave Sibiski <dsibiski@gmail.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
  • Loading branch information
dsibiski committed May 14, 2015
1 parent b1c93bb commit f865da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Views/RCTNavItem.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ - (void)setLeftButtonTitle:(NSString *)leftButtonTitle
- (void)setLeftButtonIcon:(UIImage *)leftButtonIcon
{
_leftButtonIcon = leftButtonIcon;
_leftButtonIcon = nil;
_leftButtonItem = nil;
}

- (UIBarButtonItem *)leftButtonItem
Expand Down

0 comments on commit f865da2

Please sign in to comment.