diff --git a/Classes/PhoneViewController.m b/Classes/PhoneViewController.m index 52a28a922..3390fd3a3 100644 --- a/Classes/PhoneViewController.m +++ b/Classes/PhoneViewController.m @@ -206,7 +206,7 @@ otherButtonTitles:nil]; mIncomingCallActionSheet.actionSheetStyle = UIActionSheetStyleDefault; - [mIncomingCallActionSheet showInView:self.view]; + [mIncomingCallActionSheet showInView:self.parentViewController.view]; [mIncomingCallActionSheet release]; }