From 99820c1c2f179d557e5ae09799d5b3069247a43e Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 8 Jul 2020 17:25:10 -0500 Subject: [PATCH] Fix class name --- iOS/Article/WebViewProvider.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Article/WebViewProvider.swift b/iOS/Article/WebViewProvider.swift index 8e8b54e7b..2d820c181 100644 --- a/iOS/Article/WebViewProvider.swift +++ b/iOS/Article/WebViewProvider.swift @@ -12,7 +12,7 @@ import WebKit /// WKWebView has an awful behavior of a flash to white on first load when in dark mode. /// Keep a queue of WebViews where we've already done a trivial load so that by the time we need them in the UI, they're past the flash-to-shite part of their lifecycle. -class : NSObject { +class WebViewProvider: NSObject { private let articleIconSchemeHandler: ArticleIconSchemeHandler private let operationQueue = MainThreadOperationQueue()