mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
a3f3ee7fdb
85 changed files with 523 additions and 191 deletions
|
|
@ -11,7 +11,6 @@ public class MediaWikiImageView extends SimpleDraweeView {
|
|||
private ThumbnailFetchTask currentThumbnailTask;
|
||||
LruCache<String, String> thumbnailUrlCache = new LruCache<>(1024);
|
||||
|
||||
|
||||
public MediaWikiImageView(Context context) {
|
||||
this(context, null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue