I have a toast that is displayed in the following way:
Toast.makeText(context, "The message", Toast.LENGTH_LONG).show();
I am absolutely certain I am displaying the toast from the UI thread, and I can add that it worked fine for many devices including older updates of the Galaxy S3, but after the latest update none of my toasts are being displayed.
Has anyone else experienced this and has a solution?