Skip to content

Commit

Permalink
Merge pull request #42 from jeffmc/master
Browse files Browse the repository at this point in the history
TWMessageViewController retains control of status bar style after message dismissed
  • Loading branch information
terryworona committed Apr 22, 2014
2 parents 6d7cd0c + 1794de0 commit be4bc2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/TWMessageBarManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ - (void)itemSelected:(id)sender
else
{
[self messageBarViewController].statusBarStyle = self.preferredStatusBarStyle;
self.messageWindow = nil;
}
}];
}
Expand Down

0 comments on commit be4bc2f

Please sign in to comment.