mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Update linphone & fix missed status
This commit is contained in:
parent
9beac1aa79
commit
597a2fd7b4
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