I think I've seen something like if you show a toast and then your
activity is destroyed before the toast disappears it might get stuck.
Easier to reproduce if you're calling finish(). Probably could avoid
it if you save the toast reference and do a .cancel() in onDestroy.

-Kevin

On Feb 28, 8:53 pm, Julius Spencer <[email protected]> wrote:
> Hi,
>
> I have an IntentService from which I am showing a Toast using:
>
>         Toast.makeText(this, errorMessage.toString(), 
> Toast.LENGTH_SHORT).show();
>
> For some reason it's not disappearing.  Just wondering if anyone has seen 
> this before or knows what I'm doing wrong. I'm sure it's just something I'm 
> not thinking of but I'm stumped...
>
> Thanks in advance.
>
> Regards,
> Julius.

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

Reply via email to