mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-30 02:09:20 +00:00
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 {
|
||||
bm = MediaStore.Images.Media.getBitmap(c.getContentResolver(), tUri);
|
||||
} catch (IOException e) {
|
||||
return;
|
||||
}
|
||||
if (bm != null) {
|
||||
view.setImageBitmap(bm);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue