Fix an issue in call history fragment where sometimes the picture of a contact appears on another contact that has no picture defined.

This commit is contained in:
Simon Morlat 2018-09-11 14:11:34 +02:00
parent cc7ceaa0eb
commit 6b0f73d759

View file

@ -307,7 +307,6 @@ public final class LinphoneUtils {
try {
bm = MediaStore.Images.Media.getBitmap(c.getContentResolver(), tUri);
} catch (IOException e) {
return;
}
if (bm != null) {
view.setImageBitmap(bm);