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
The toast lifecycle now follows the activity.
There are differences from native systems toast.
for example,
Activity A jump to Activity B, it use toast in Activity B for two seconds.
But After one second, it go back to Activity A.
The toast dismiss directly, not holding on for two seconds.
The text was updated successfully, but these errors were encountered:
The toast lifecycle now follows the activity.
There are differences from native systems toast.
for example,
Activity A jump to Activity B, it use toast in Activity B for two seconds.
But After one second, it go back to Activity A.
The toast dismiss directly, not holding on for two seconds.
The text was updated successfully, but these errors were encountered: