pass blurhash in parcel and fix sidebar image
This commit is contained in:
parent
d7b1221199
commit
7f0bbaab4e
9 changed files with 29 additions and 8 deletions
|
|
@ -99,7 +99,6 @@ public class CustomGlideRequest {
|
|||
|
||||
public static RequestOptions createRequestOptions(String item, Drawable placeholder) {
|
||||
return new RequestOptions()
|
||||
.centerCrop()
|
||||
.placeholder(placeholder)
|
||||
.error(DEFAULT_IMAGE)
|
||||
.diskCacheStrategy(DEFAULT_DISK_CACHE_STRATEGY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue