瀏覽代碼

Revert "fix: iOS12 WKWebView WebProcessProxy Crash"

This reverts commit 8608e8a1b4.
sunzhongliang 4 年之前
父節點
當前提交
8ade71815b
共有 1 個檔案被更改,包括 0 行新增6 行删除
  1. 0
    6
      ios/RNCWebViewManager.m

+ 0
- 6
ios/RNCWebViewManager.m 查看文件

@@ -224,10 +224,4 @@ RCT_EXPORT_METHOD(startLoadWithResult:(BOOL)result lockIdentifier:(NSInteger)loc
224 224
   }
225 225
 }
226 226
 
227
-- (dispatch_queue_t)methodQueue
228
-{
229
-    return dispatch_get_main_queue();
230
-}
231
-
232
-
233 227
 @end