Fix loading of images in contributions list (#2932)

This commit is contained in:
Vivek Maskara 2019-04-28 13:34:07 +05:30 committed by Ashish Kumar
parent ee3f4d4d30
commit c004e47c0b
2 changed files with 18 additions and 1 deletions

View file

@ -150,6 +150,7 @@ public class CommonsApplicationModule {
@Provides
@Singleton
@Named("thumbnail-cache")
public LruCache<String, String> provideLruCache() {
return new LruCache<>(1024);
}