Created
September 26, 2019 09:31
-
-
Save rcmkt/ad1ff7fc63f73580df1a81088b54d599 to your computer and use it in GitHub Desktop.
Revisions
-
rcmkt revised this gist
Sep 26, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,5 +2,5 @@ Glide .with(target) .load(url) .apply( RequestOptions().dontTransform() // this line ) -
rcmkt created this gist
Sep 26, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ Glide .with(target) .load(url) .apply( RequestOptions().dontTransform() )