-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't automatically close error snackbar #126
Comments
Right ow, this is set to close in 5 seconds. Do you propose to increase the time or keep it persistent till a user closes it in certain cases? |
Hmm, we could keep it open so the user could see the error for as long as he wanted. |
Good point. Maybe we could get the both of both worlds... The SnackBar stays till the user dismisses it, but it automatically goes away if the failed network call had succeeded... We would need a mechanism to then identify if that endpoint which failed before had succeed... should be doable. This is a nice problem to solve. :p |
Yes, this is the ideal way :) |
Let the error snackbars persist for two reasons:
(https://firebase.google.com/docs/functions/use-cases#notify_users_when_something_interesting_happens)
The text was updated successfully, but these errors were encountered: