You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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];
The text was updated successfully, but these errors were encountered:
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
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];
The text was updated successfully, but these errors were encountered: