Prevent null pointer

pull/201/head
M66B 4 years ago
parent 63e2bfbf1d
commit aa80f829f8

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

Loading…
Cancel
Save