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 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.