forked from organicmaps/organicmaps
[ios] Fixed original bug with export BM view position
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
9dd9e7e4ec
commit
bf3e6fcd85
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ extension BookmarksListViewController: IBookmarksListView {
|
|||
message: L("share_bookmarks_email_body")) { (_, _, _, _) in
|
||||
completion()
|
||||
}
|
||||
shareController?.present(inParentViewController: self, anchorView: self.view)
|
||||
shareController?.present(inParentViewController: self, anchorView: self.toolBar)
|
||||
}
|
||||
|
||||
func showError(title: String, message: String) {
|
||||
|
|
Loading…
Add table
Reference in a new issue