Browse Source

Revert "fix: iOS12 WKWebView WebProcessProxy Crash"

This reverts commit 8608e8a1b4.
sunzhongliang 4 years ago
parent
commit
8ade71815b
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      ios/RNCWebViewManager.m

+ 0
- 6
ios/RNCWebViewManager.m View File

224
   }
224
   }
225
 }
225
 }
226
 
226
 
227
-- (dispatch_queue_t)methodQueue
228
-{
229
-    return dispatch_get_main_queue();
230
-}
231
-
232
-
233
 @end
227
 @end