forked from mirrors/linphone-iphone
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