Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StatusBar doesn't get hidden again after showing #43

Closed
Leandros opened this issue Apr 22, 2014 · 2 comments
Closed

StatusBar doesn't get hidden again after showing #43

Leandros opened this issue Apr 22, 2014 · 2 comments

Comments

@Leandros
Copy link
Contributor

I hide the statusbar through prefersStatusBarHidden, but after showing the MessageBar, the StatusBar is still visible.
Calling setNeedsStatusBarAppearanceUpdate doesn't change anything.

I've investigated a bit, and the TWMessageWindow doesn't get hidden after it has been showed for the first time. It adds two completely unnecessary and translucent views to the application.

@terryworona
Copy link
Owner

Hey @Leandros, I pushed a change last night that nil's out the TWMessageWindow after a message is dismissed.

This removes the need for a preferredStatusBarStyle and should help alleviate your prefersStatusBarHidden issues.

Please update to v1.5.2 and confirm it fixes your issue.

@Leandros
Copy link
Contributor Author

Amazing! Fixed the issues. Sorry for any caused inconvenience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants