fix for incoming call action sheet not esay to decline

This commit is contained in:
Jehan Monnier 2011-11-23 10:19:35 +01:00
parent 2bee4694a2
commit cc6128eb7a

View file

@ -206,7 +206,7 @@
otherButtonTitles:nil];
mIncomingCallActionSheet.actionSheetStyle = UIActionSheetStyleDefault;
[mIncomingCallActionSheet showInView:self.view];
[mIncomingCallActionSheet showInView:self.parentViewController.view];
[mIncomingCallActionSheet release];
}