mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
SettingsViewController: fix "Unbalanced calls to begin/end appearance transitions for <IASKAppSettingsViewControllerEx: " log error by not calling ViewWillAppear twice
This commit is contained in:
parent
fa8a44eb5f
commit
8a8cb70c92
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@
|
|||
- (void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated {
|
||||
[UINavigationControllerEx removeBackground:viewController.view];
|
||||
|
||||
[viewController viewWillAppear:animated]; // Force view
|
||||
[viewController view]; // Force view
|
||||
UILabel *labelTitleView = [[UILabel alloc] init];
|
||||
labelTitleView.backgroundColor = [UIColor clearColor];
|
||||
labelTitleView.textColor = [UIColor colorWithRed:0x41 / 255.0f green:0x48 / 255.0f blue:0x4f / 255.0f alpha:1.0];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue