mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Fix test for callSecurityTimer release in call bar
This commit is contained in:
parent
13d9a7f99d
commit
19be7093e6
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ NSTimer *callSecurityTimer;
|
|||
[callQualityTimer invalidate];
|
||||
callQualityTimer = nil;
|
||||
}
|
||||
if(callQualityTimer != nil) {
|
||||
if(callSecurityTimer != nil) {
|
||||
[callSecurityTimer invalidate];
|
||||
callSecurityTimer = nil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue