Skip to content

Instantly share code, notes, and snippets.

@rcmkt
Created September 26, 2019 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcmkt/ad1ff7fc63f73580df1a81088b54d599 to your computer and use it in GitHub Desktop.
Save rcmkt/ad1ff7fc63f73580df1a81088b54d599 to your computer and use it in GitHub Desktop.
glide.kt
Glide
.with(target)
.load(url)
.apply(
RequestOptions().dontTransform() // this line
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment