Manga initialized check. Now takes network cover image if something went

wrong
This commit is contained in:
NoodleMage
2016-01-30 13:15:28 +01:00
parent 78a2eae719
commit 28fd22dfe0
3 changed files with 13 additions and 8 deletions

View File

@@ -201,7 +201,7 @@ public class CoverCache {
* @param imageView imageView where picture should be displayed.
* @param file file to load. Must exist!.
*/
public void loadFromCache(ImageView imageView, File file) {
private void loadFromCache(ImageView imageView, File file) {
Glide.with(context)
.load(file)
.diskCacheStrategy(DiskCacheStrategy.RESULT)