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
"Consider displaying an unintrusive but persistent indicator when users are in these states."
However the current implementation requires a definite duration to show. I propose adding a constant SnackbarDuration.INDEFINITE which would keep it on screen, needing to be dismissed by swipe or action.
The text was updated successfully, but these errors were encountered:
The Material Design Spec Sections "App Errors" and "Incompatible state errors" show snackbars being used to communicate different error states:
http://www.google.com/design/spec/patterns/errors.html#errors-app-errors
"Consider displaying an unintrusive but persistent indicator when users are in these states."
However the current implementation requires a definite duration to show. I propose adding a constant SnackbarDuration.INDEFINITE which would keep it on screen, needing to be dismissed by swipe or action.
The text was updated successfully, but these errors were encountered: