Created
September 26, 2019 09:31
-
-
Save rcmkt/ad1ff7fc63f73580df1a81088b54d599 to your computer and use it in GitHub Desktop.
glide.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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