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
Notifications service allows to set a delay for a Toast notifications with NotificationsProvider.setDelay(int). However, if a notification comes when a user switches to other tab/window (blur), the user may miss the notification when the timeout is reached.
Notification service could start the timeout (for auto-close) when user focuses to the page/window. Until then, all non-persistent notifications will stack up.