Prevent null pointer

This commit is contained in:
M66B
2021-08-04 23:04:22 +02:00
parent 63e2bfbf1d
commit aa80f829f8

View File

@@ -459,7 +459,10 @@ public class ContactInfo {
}
if (info.bitmap == null)
throw ex;
if (ex == null)
throw new FileNotFoundException();
else
throw ex;
// Add to cache
File output = new File(dir,