浏览代码

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