Introduce Queue-Based Notification Snackbars
Notification snackbars are low-priority snackbars that are stored in a queue, contrary to tranditional "action" snackbars that ought to be shown immediately and are stored in a stack. When a queue snackbar is showing, a stack snackbar can always kick in and override the snackbar; however when a stack snackbar is showing, a queue snackbar will wait till the stack is cleared. Queue snackbars are not dismissed in batch; instead, they will be shown one by one, in FIFO order. BUG=579347 Review URL: https://codereview.chromium.org/1635753002 Cr-Commit-Position: refs/heads/master@{#371899}
Showing
This diff is collapsed.
Please register or sign in to comment