Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iphone/Maps/Bookmarks/BookmarksVC.mm5
1 files changed, 2 insertions, 3 deletions
diff --git a/iphone/Maps/Bookmarks/BookmarksVC.mm b/iphone/Maps/Bookmarks/BookmarksVC.mm
index e7fdb28569..2b2dd8e120 100644
--- a/iphone/Maps/Bookmarks/BookmarksVC.mm
+++ b/iphone/Maps/Bookmarks/BookmarksVC.mm
@@ -35,9 +35,8 @@
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
{
-// @TODO uncomment in the next release
-// if ([MFMailComposeViewController canSendMail])
-// return 3;
+ if ([MFMailComposeViewController canSendMail])
+ return 3;
return 2;
}