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
{{ message }}
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
Previously it wasn't crashing but a few days back i found out that whenever or whereever we call supertoast it crashes the application with this message
android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity
what i have already tried.
debug passing correct context .. still no luck
tried putting the show toast method into a new runnable method... no luck
Previously it wasn't crashing but a few days back i found out that whenever or whereever we call supertoast it crashes the application with this message
android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity
what i have already tried.