Skip to content

Commit

Permalink
Merge pull request #3183 from srahim/timob-10486
Browse files Browse the repository at this point in the history
[TIMOB-10486]iOS: Popover orientation changes when camera is opened from a window which has fixed orientation
  • Loading branch information
vishalduggal committed Oct 25, 2012
2 parents eb1459b + 2c4d418 commit d2cfb32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iphone/Classes/TiRootViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ -(BOOL)isModal {
if ([modalvc isKindOfClass:[UINavigationController class]] &&
![modalvc isKindOfClass:[MFMailComposeViewController class]] &&
![modalvc isKindOfClass:[ABPeoplePickerNavigationController class]] &&
![modalvc isKindOfClass:[UIImagePickerController class]] &&
modalFlag == YES )
{
//Since this is a window opened from inside a modalviewcontroller we need
Expand Down

0 comments on commit d2cfb32

Please sign in to comment.