forked from organicmaps/organicmaps
[ios][bookmarks] Temporarily disabled bookmarks sharing for release
This commit is contained in:
parent
c535a99995
commit
99c5f0f47d
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue