Fix class name
This commit is contained in:
parent
2ab82d5680
commit
99820c1c2f
|
@ -12,7 +12,7 @@ import WebKit
|
||||||
|
|
||||||
/// WKWebView has an awful behavior of a flash to white on first load when in dark mode.
|
/// 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.
|
/// 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 articleIconSchemeHandler: ArticleIconSchemeHandler
|
||||||
private let operationQueue = MainThreadOperationQueue()
|
private let operationQueue = MainThreadOperationQueue()
|
||||||
|
|
Loading…
Reference in New Issue