Skip to content

Commit

Permalink
intValue to boolValue
Browse files Browse the repository at this point in the history
  • Loading branch information
jwang committed Jul 21, 2011
1 parent 2370253 commit 8df2dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Three20UICommon/Sources/UIViewControllerAdditions.m
Expand Up @@ -301,7 +301,7 @@ - (void)delayDidEnd {
- (void)showBars:(BOOL)show animated:(BOOL)animated {

BOOL statusBarHidden = [[[[NSBundle mainBundle] infoDictionary]
objectForKey:@"UIStatusBarHidden"] intValue];
objectForKey:@"UIStatusBarHidden"] boolValue];

if (!statusBarHidden) {
#ifdef __IPHONE_3_2
Expand Down

0 comments on commit 8df2dae

Please sign in to comment.