[iOS] fixed authorization popup in bookmarks catalog on iPad

This commit is contained in:
Aleksey Belouosv 2018-11-26 17:10:13 +03:00 committed by Olesia Bolovintseva
parent f92f047dd6
commit 50d4f1e3f9

View file

@ -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() }
}
}