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
{{ message }}
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.
Currently, RZErrorMessenger has methods that take errors, and RaisinToast has utilities for constructing error objects. But many uses of toasts are not related to errors—in fact, quite the opposite. Toasts are often used to display neutral or success messages. The presentation methods should be changed or extended to not be so error-oriented.
cc @markpragma, who had originally mentioned this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently,
RZErrorMessenger
has methods that take errors, and RaisinToast has utilities for constructing error objects. But many uses of toasts are not related to errors—in fact, quite the opposite. Toasts are often used to display neutral or success messages. The presentation methods should be changed or extended to not be so error-oriented.cc @markpragma, who had originally mentioned this.
The text was updated successfully, but these errors were encountered: