Skip to content
Snippets Groups Projects
Commit e6746669 authored by Taras's avatar Taras
Browse files

Remove placeholder

parent 088b0459
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ fun ImageView.loadImage( ...@@ -25,7 +25,6 @@ fun ImageView.loadImage(
Glide.with(this) Glide.with(this)
.load(resolvedUrl) .load(resolvedUrl)
.fitCenter() .fitCenter()
.placeholder(placeholder)
.error(placeholder) .error(placeholder)
.into(this) .into(this)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment