Explorar el Código

Revert "fix: iOS12 WKWebView WebProcessProxy Crash"

This reverts commit 8608e8a1b4.
sunzhongliang hace 4 años
padre
commit
8ade71815b
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0
    6
      ios/RNCWebViewManager.m

+ 0
- 6
ios/RNCWebViewManager.m Ver fichero

@@ -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