Skip to content

Instantly share code, notes, and snippets.

@BVantur
Last active February 13, 2021 14:56
Show Gist options
  • Save BVantur/8ce95689ce7008182381302ac5bf8777 to your computer and use it in GitHub Desktop.
Save BVantur/8ce95689ce7008182381302ac5bf8777 to your computer and use it in GitHub Desktop.
Replace regular Toast message with regular Snackbar message
private const val replaceRegular = ReplaceWith(
"SnackbarUtils.showRegular(activity, textMessage)",
"sp.bvantur.deprecatedtoast.utils")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment