Skip to content

Instantly share code, notes, and snippets.

@sismetanin
Created July 22, 2019 08:10
Show Gist options
  • Save sismetanin/99d6b552f8e584c5952ed04890a377a5 to your computer and use it in GitHub Desktop.
Save sismetanin/99d6b552f8e584c5952ed04890a377a5 to your computer and use it in GitHub Desktop.
Snackbar.make(
rootView,
"An update has just been downloaded from Google Play",
Snackbar.LENGTH_INDEFINITE
).apply {
setAction("RELOAD") { appUpdateManager.completeUpdate() }
show()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment