forked from mirrors/linphone-iphone
Force device orientation check before updating view (fix bug of UI Tab bar taking full screen when opening app after it was started from an incoming call
This commit is contained in:
parent
012b96798c
commit
89cae39b6d
1 changed files with 2 additions and 0 deletions
|
|
@ -408,6 +408,8 @@
|
|||
sideMenu:(NSNumber *)sideMenu
|
||||
fullscreen:(NSNumber *)fullscreen {
|
||||
|
||||
currentOrientation = [self getCorrectInterfaceOrientation:[[UIDevice currentDevice] orientation]];
|
||||
|
||||
UIViewController *oldMainViewController = self.mainViewController;
|
||||
UIViewController *oldDetailsViewController = self.detailsViewController;
|
||||
UIViewController *oldStatusBarViewController = self.statusBarViewController;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue