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:
parent
cc7ceaa0eb
commit
6b0f73d759
1 changed files with 0 additions and 1 deletions
|
@ -307,7 +307,6 @@ public final class LinphoneUtils {
|
||||||
try {
|
try {
|
||||||
bm = MediaStore.Images.Media.getBitmap(c.getContentResolver(), tUri);
|
bm = MediaStore.Images.Media.getBitmap(c.getContentResolver(), tUri);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
if (bm != null) {
|
if (bm != null) {
|
||||||
view.setImageBitmap(bm);
|
view.setImageBitmap(bm);
|
||||||
|
|
Loading…
Reference in a new issue