mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Correcting some easy Codacy issues
This commit is contained in:
parent
4154a7c9d2
commit
b07064def3
2 changed files with 2 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ public class MediaWikiImageView extends SimpleDraweeView {
|
|||
if (currentThumbnailTask != null) {
|
||||
currentThumbnailTask.cancel(true);
|
||||
}
|
||||
if(media == null) {
|
||||
if (media == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue