Update mssilk

This commit is contained in:
Yann Diorcet 2012-08-21 14:54:10 +02:00
parent b8f9ac4c23
commit 7329929ebf
3 changed files with 2 additions and 13 deletions

View file

@ -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

View file

@ -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