diff --git a/iphone/Maps/Bookmarks/Catalog/CatalogWebViewController.swift b/iphone/Maps/Bookmarks/Catalog/CatalogWebViewController.swift index 8547b6a05d..5b0f220a3a 100644 --- a/iphone/Maps/Bookmarks/Catalog/CatalogWebViewController.swift +++ b/iphone/Maps/Bookmarks/Catalog/CatalogWebViewController.swift @@ -20,7 +20,7 @@ struct CatalogCategoryInfo { final class CatalogWebViewController: WebViewController { let progressBgView = UIVisualEffectView(effect: UIBlurEffect(style: UIColor.isNightMode() ? .light : .dark)) - let progressView = MWMActivityIndicator() + let progressView = ActivityIndicator() let numberOfTasksLabel = UILabel() let loadingIndicator = UIActivityIndicatorView(activityIndicatorStyle: .gray) let pendingTransactionsHandler = InAppPurchase.pendingTransactionsHandler() diff --git a/iphone/Maps/Bookmarks/Categories/Sharing/BookmarksSharingFlow.storyboard b/iphone/Maps/Bookmarks/Categories/Sharing/BookmarksSharingFlow.storyboard index b00e2bb998..8fa743576c 100644 --- a/iphone/Maps/Bookmarks/Categories/Sharing/BookmarksSharingFlow.storyboard +++ b/iphone/Maps/Bookmarks/Categories/Sharing/BookmarksSharingFlow.storyboard @@ -1,11 +1,11 @@ - + - + @@ -45,7 +45,7 @@ -