Code refactor
This commit is contained in:
parent
10874744f3
commit
fd582fff69
2 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ public class SongGlideRequest {
|
|||
//noinspection unchecked
|
||||
return createBaseRequest(requestManager, song, ignoreMediaStore)
|
||||
.diskCacheStrategy(DEFAULT_DISK_CACHE_STRATEGY)
|
||||
.placeholder(DEFAULT_ERROR_IMAGE)
|
||||
.error(DEFAULT_ERROR_IMAGE)
|
||||
.animate(DEFAULT_ANIMATION)
|
||||
.signature(createSignature(song));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue