Skip to content

Commit

Permalink
FIX for email composer not dismissing
Browse files Browse the repository at this point in the history
  • Loading branch information
Franklin Webber committed Apr 22, 2012
1 parent 1f789e9 commit bdaa6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EGOPhotoViewer/Controller/EGODefaultActionViewController.m
Expand Up @@ -152,8 +152,8 @@ - (void)emailPhoto {

- (void)mailComposeController:(MFMailComposeViewController*)controller didFinishWithResult:(MFMailComposeResult)result error:(NSError*)error{

[self dismissModalViewControllerAnimated:YES];
[controller dismissModalViewControllerAnimated:YES];
NSString *mailError = nil;

switch (result) {
Expand Down

0 comments on commit bdaa6bf

Please sign in to comment.