Skip to content

Instantly share code, notes, and snippets.

@rcmkt
Created September 26, 2019 09:31
Show Gist options
  • Save rcmkt/ad1ff7fc63f73580df1a81088b54d599 to your computer and use it in GitHub Desktop.
Save rcmkt/ad1ff7fc63f73580df1a81088b54d599 to your computer and use it in GitHub Desktop.

Revisions

  1. rcmkt revised this gist Sep 26, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion glide.kt
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,5 @@ Glide
    .with(target)
    .load(url)
    .apply(
    RequestOptions().dontTransform()
    RequestOptions().dontTransform() // this line
    )
  2. rcmkt created this gist Sep 26, 2019.
    6 changes: 6 additions & 0 deletions glide.kt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    Glide
    .with(target)
    .load(url)
    .apply(
    RequestOptions().dontTransform()
    )