Skip to content

Commit 8034269

Browse files
author
Isaac
committed
Switch to jsc
1 parent 98433a4 commit 8034269

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

submodules/TelegramUniversalVideoContent/Sources/HLSVideoJSNativeContentNode.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,11 +474,11 @@ private final class SharedHLSVideoJSContext: NSObject {
474474

475475
self.isJsContextReady = false
476476

477-
/*#if DEBUG
477+
//#if DEBUG
478478
self.jsContext = WebViewNativeJSContextImpl(handleScriptMessage: handleScriptMessage)
479-
#else*/
479+
/*#else
480480
self.jsContext = WebViewHLSJSContextImpl(handleScriptMessage: handleScriptMessage)
481-
//#endif
481+
#endif*/
482482
}
483483

484484
private func disposeJsContext() {

0 commit comments

Comments
 (0)