[ios] Fixed original bug with export BM view position

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-04-21 21:32:38 +02:00 committed by Roman Tsisyk
parent 9dd9e7e4ec
commit bf3e6fcd85

View file

@ -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) {