mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 08:39:20 +00:00
Use black background for Wizard view
This commit is contained in:
parent
b8a550295f
commit
8b61ef586e
1 changed files with 2 additions and 1 deletions
|
|
@ -417,7 +417,8 @@ static PhoneMainView* phoneMainViewInstance=nil;
|
|||
+ (BOOL)isLightBackgroundView:(UICompositeViewDescription*)view {
|
||||
return ( [view equal:[DialerViewController compositeViewDescription]] ||
|
||||
[view equal:[IncomingCallViewController compositeViewDescription]] ||
|
||||
[view equal:[InCallViewController compositeViewDescription]] );
|
||||
[view equal:[InCallViewController compositeViewDescription]] ||
|
||||
[view equal:[WizardViewController compositeViewDescription]]);
|
||||
}
|
||||
|
||||
- (void)updateStatusBar:(UICompositeViewDescription*)to_view {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue