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:
authorKirill Zhdanovich <kzhdanovich@gmail.com>2013-01-16 13:26:55 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:48:46 +0300
commit2d5d54580b018be526a5e8f31bf725ff0d7b222c (patch)
tree8f92d675c79bf5fc8303fa0a7cbe6c5f65f73348
parent68ca03a64250a8412b99b74277161715366bddb5 (diff)
Revert "[ios][bookmarks] Temporarily disabled bookmarks sharing for release"
This reverts commit 76a11349494f977a5087bee0e3b8904cf33d675b.
-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;
}