forked from mirrors/linphone-iphone
Merge branch 'new_ui' of git://git.linphone.org/linphone-iphone
This commit is contained in:
commit
0fbeee6550
2 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@
|
|||
LinphoneAddress* addr;
|
||||
UIImage *image;
|
||||
if (callLog->dir == LinphoneCallIncoming) {
|
||||
if (callLog->status == LinphoneCallSuccess) {
|
||||
if (callLog->status != LinphoneCallMissed) {
|
||||
image = [UIImage imageNamed:@"call_status_incoming.png"];
|
||||
} else {
|
||||
image = [UIImage imageNamed:@"call_status_missed.png"];
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 771cff42526e5758e1a16f1faf1bcc87549a7f96
|
||||
Subproject commit 14fc5446d03d5cf7a62e8884fa99fd7bbe175ecb
|
||||
Loading…
Add table
Reference in a new issue