Disabled Glides diskcache for album arts and added placeholders to workaround the fact that the lib needs a bit to long to set the error drawable.
This commit is contained in:
parent
ee2b661eb4
commit
d3c6872438
14 changed files with 30 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ public class MusicUtil {
|
|||
contentResolver.delete(ContentUris.withAppendedId(localUri, albumId), null, null);
|
||||
}
|
||||
|
||||
public static File getAlbumArtFile(String name) {
|
||||
public static File createAlbumArtFile(String name) {
|
||||
return new File(createAlbumArtDir(), name + System.currentTimeMillis());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue