mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Update mssilk
This commit is contained in:
parent
b8f9ac4c23
commit
7329929ebf
3 changed files with 2 additions and 13 deletions
|
|
@ -30,13 +30,6 @@
|
|||
#include "LinphoneManager.h"
|
||||
#include "linphonecore.h"
|
||||
|
||||
#if __clang__ && __arm__
|
||||
extern int __divsi3(int a, int b);
|
||||
int __aeabi_idiv(int a, int b) {
|
||||
return __divsi3(a,b);
|
||||
}
|
||||
#endif
|
||||
|
||||
@implementation UILinphoneWindow
|
||||
|
||||
@end
|
||||
|
|
|
|||
|
|
@ -326,6 +326,7 @@ static PhoneMainView* phoneMainViewInstance=nil;
|
|||
case LinphoneCallOutgoingInit:
|
||||
case LinphoneCallPausedByRemote:
|
||||
case LinphoneCallConnected:
|
||||
case LinphoneCallStreamsRunning:
|
||||
case LinphoneCallUpdated:
|
||||
{
|
||||
[self changeCurrentView:[InCallViewController compositeViewDescription]];
|
||||
|
|
@ -359,11 +360,6 @@ static PhoneMainView* phoneMainViewInstance=nil;
|
|||
[self changeCurrentView:[InCallViewController compositeViewDescription]];
|
||||
}
|
||||
break;
|
||||
}
|
||||
case LinphoneCallStreamsRunning:
|
||||
{
|
||||
[self changeCurrentView:[InCallViewController compositeViewDescription]];
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 391b6d6b0fdf6854e5a25f287c4d8461730a1d40
|
||||
Subproject commit d3a6a0a130730c0eaf9a0b6ed2fc466432852684
|
||||
Loading…
Add table
Reference in a new issue