Why do toast notifications die if delayed?
- by ubershmekel
I'm not sure this is the exact cause of my problem but I'll explain the 2 symptoms I noticed:
If I put a break point on a Toast.makeText(..).show(), step over, then wait a few seconds before running, the toast will never appear.
I have a location callback that tries to show a toast, but it never appears. Maybe I'm doing something else wrong, this is the line in question in my open source distress signal app.
Any help or pointers would be appreciated,
--uber