[ios][bookmarks] Temporarily disabled bookmarks sharing for release

This commit is contained in:
Alex Zolotarev 2013-01-10 18:21:07 +03:00 committed by Alex Zolotarev
parent c535a99995
commit 99c5f0f47d

View file

@ -35,8 +35,9 @@
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
{
if ([MFMailComposeViewController canSendMail])
return 3;
// @TODO uncomment in the next release
// if ([MFMailComposeViewController canSendMail])
// return 3;
return 2;
}