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

Status is shown after hiding the overlay #35

Open
haemi opened this issue Oct 11, 2011 · 1 comment
Open

Status is shown after hiding the overlay #35

haemi opened this issue Oct 11, 2011 · 1 comment

Comments

@haemi
Copy link

haemi commented Oct 11, 2011

Sometimes if a "hide" comes pretty close to previous status message, the status message appears for a short time, then it's hidden (until now, everything as expected). After that, the previously shown status message is shown again and does not disappear again.

code to display:
[[MTStatusBarOverlay sharedInstance] postImmediateMessage:message animated:YES];

code to hide:
[[MTStatusBarOverlay sharedInstance] hide];

@myell0w
Copy link
Owner

myell0w commented Oct 13, 2011

Thanks for reporting. Could you provide me with a minimal code snippet that shows this issue?

Am 11.10.2011 um 15:58 schrieb haemi:

Sometimes if a "hide" comes pretty close to previous status message, the status message appears for a short time, then it's hidden (until now, everything as expected). After that, the previously shown status message is shown again and does not disappear again.

code to display:
[[MTStatusBarOverlay sharedInstance] postImmediateMessage:message animated:YES];

code to hide:
[[MTStatusBarOverlay sharedInstance] hide];

Reply to this email directly or view it on GitHub:
#35

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