Kaynağa Gözat

fix(iOS): WebProcessProxy crash

sunzhongliang 4 yıl önce
ebeveyn
işleme
4f98c0bebc
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5
    0
      ios/RNCWebViewManager.m

+ 5
- 0
ios/RNCWebViewManager.m Dosyayı Görüntüle

@@ -222,4 +222,9 @@ RCT_EXPORT_METHOD(startLoadWithResult:(BOOL)result lockIdentifier:(NSInteger)loc
222 222
     return dispatch_get_main_queue();
223 223
 }
224 224
 
225
++ (BOOL)requiresMainQueueSetup
226
+{
227
+    return YES;
228
+}
229
+
225 230
 @end