forked from organicmaps/organicmaps
[iOS] fixed authorization popup in bookmarks catalog on iPad
This commit is contained in:
parent
f92f047dd6
commit
50d4f1e3f9
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ final class CatalogWebViewController: WebViewController {
|
|||
switch (status) {
|
||||
case .needAuth:
|
||||
if let s = self {
|
||||
s.signup(anchor: s.view) {
|
||||
s.signup(anchor: s.toolbar) {
|
||||
if $0 { s.download() }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue