Skip to content

Commit

Permalink
[NavigatorIOS] Fixes facebook#1268 - Bug causing the leftButtonIcon t…
Browse files Browse the repository at this point in the history
…o not appear
  • Loading branch information
dsibiski committed May 13, 2015
1 parent 1b99c99 commit bae2d4c
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 bae2d4c

Please sign in to comment.