mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Fix wrongly showed image in history
This commit is contained in:
parent
b535af7d89
commit
592128bf06
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@
|
|||
NSString *image = [history.images objectAtIndex:0];
|
||||
[iconImage setImage:nil];
|
||||
[iconImage loadImage:[[LinphoneManager instance].configuration getImageUrl:image]];
|
||||
} else {
|
||||
[iconImage setImage:nil];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue