I'm using a bunch of Toast messages in my application in order for
certain services to communicate to the user.  The problem seems to be,
however, that if I navigate certain parts of the app too quickly, one
of the toast messages never actually disappears, which I think may
have to do with the instance of the service that called it being
destroyed prematurely in some fashion.  The bigger problem is that the
Toast persists even after the app is exited.

Given that the Toast is supposed to disappear and doesn't, is there a
way to make sure the OS does not do this?  Specifically, a static
method to remove the appearance of any Toasts, displayed and enqueues
prematurely?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to