Missing image

This commit is contained in:
stom79 2018-12-08 17:46:50 +01:00
parent 6dbfe49a68
commit da9db76847
1 changed files with 1 additions and 1 deletions

View File

@ -2346,7 +2346,7 @@ public class Helper {
return;
}
}
if( url == null) {
if( url == null || url.contains("missing.png")) {
try {
Glide.with(imageView.getContext())
.load(R.drawable.missing)