浏览代码

Update WebView.android.tsx

Remove unused declarations
Jason Foo 5 年前
父节点
当前提交
74e6243721
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      src/WebView.android.tsx

+ 0
- 1
src/WebView.android.tsx 查看文件

230
 
230
 
231
   onLoadingFinish = (event: WebViewNavigationEvent) => {
231
   onLoadingFinish = (event: WebViewNavigationEvent) => {
232
     const { onLoad, onLoadEnd } = this.props;
232
     const { onLoad, onLoadEnd } = this.props;
233
-    const { nativeEvent: { url } } = event;
234
     if (onLoad) {
233
     if (onLoad) {
235
       onLoad(event);
234
       onLoad(event);
236
     }
235
     }