瀏覽代碼

fix: WebProcessProxy crash

sunzhongliang 5 年之前
父節點
當前提交
d671c1f487
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      ios/RNCWebViewManager.m

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

217
   }
217
   }
218
 }
218
 }
219
 
219
 
220
+- (dispatch_queue_t)methodQueue
221
+{
222
+    return dispatch_get_main_queue();
223
+}
224
+
220
 @end
225
 @end