소스 검색

Update WebView.android.tsx

Remove unused declarations
Jason Foo 4 년 전
부모
커밋
74e6243721
No account linked to committer's email address
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/WebView.android.tsx

+ 0
- 1
src/WebView.android.tsx 파일 보기

@@ -230,7 +230,6 @@ class WebView extends React.Component<AndroidWebViewProps, State> {
230 230
 
231 231
   onLoadingFinish = (event: WebViewNavigationEvent) => {
232 232
     const { onLoad, onLoadEnd } = this.props;
233
-    const { nativeEvent: { url } } = event;
234 233
     if (onLoad) {
235 234
       onLoad(event);
236 235
     }