Skip to content

Commit

Permalink
TIMOB-7638 Ensure barImage stays at the right index.
Browse files Browse the repository at this point in the history
  • Loading branch information
WhichKatieDid committed Feb 15, 2012
1 parent 43d708c commit 5bc7d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiUIWindowProxy.m
Expand Up @@ -561,8 +561,8 @@ -(void)updateTitleView

if (oldView != newTitleView) {
[ourNavItem setTitleView:newTitleView];
[self updateBarImage];
}
[self updateBarImage];
}


Expand Down

0 comments on commit 5bc7d44

Please sign in to comment.