Skip to content

Commit

Permalink
Merge branch 'master' of github.com:steipete/PSFoundation
Browse files Browse the repository at this point in the history
  • Loading branch information
myell0w committed Oct 29, 2011
2 parents e52e5a3 + eb7b40f commit 6a451bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Utils/PSStatusBarSaver.m
Expand Up @@ -20,7 +20,8 @@ @implementation PSStatusBarSaver
//
- (id)init {
if ((self = [super init])) {
[[self class] captureStatusBar];
// capture
self.savedStatusBarStyle = [UIApplication sharedApplication].statusBarStyle;
}
return self;
}
Expand Down

0 comments on commit 6a451bf

Please sign in to comment.