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
Thanks for the great library! Just as a minor issue, the example in your readme for multiline Snackbars is incorrect, the line .type(Snackbar.SnackbarType.MULTI_LINE) should be changed to .type(SnackbarType.MULTI_LINE).
The text was updated successfully, but these errors were encountered:
Thanks for the great library! Just as a minor issue, the example in your readme for multiline Snackbars is incorrect, the line .type(Snackbar.SnackbarType.MULTI_LINE) should be changed to .type(SnackbarType.MULTI_LINE).
The text was updated successfully, but these errors were encountered: