mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
UI: improve call views
This commit is contained in:
parent
5a99184450
commit
2322723e23
3 changed files with 2 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
compositeDescription = [[UICompositeViewDescription alloc] init:self.class
|
||||
statusBar:StatusBarView.class
|
||||
tabBar:nil
|
||||
sideMenu:SideMenuView.class
|
||||
sideMenu:CallSideMenuView.class
|
||||
fullscreen:false
|
||||
landscapeMode:LinphoneManager.runningOnIpad
|
||||
portraitMode:true];
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
compositeDescription = [[UICompositeViewDescription alloc] init:self.class
|
||||
statusBar:StatusBarView.class
|
||||
tabBar:nil
|
||||
sideMenu:SideMenuView.class
|
||||
sideMenu:CallSideMenuView.class
|
||||
fullscreen:false
|
||||
landscapeMode:LinphoneManager.runningOnIpad
|
||||
portraitMode:true];
|
||||
|
|
|
|||
|
|
@ -226,8 +226,6 @@
|
|||
|
||||
_outcallView.hidden = inCall;
|
||||
_incallView.hidden = !inCall;
|
||||
// always hide icons at start since they are not ready yet
|
||||
_callQualityButton.hidden = _callSecurityButton.hidden = YES;
|
||||
|
||||
if (callQualityTimer) {
|
||||
[callQualityTimer invalidate];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue