Skip to content

Commit 7e306a4

Browse files
committed
Add missing import
1 parent 749bbe7 commit 7e306a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/reactnativecommunity/webview/RNCWebChromeClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
import java.util.ArrayList;
4141
import java.util.Collections;
4242
import java.util.List;
43+
import java.net.URI;
4344

4445
public class RNCWebChromeClient extends WebChromeClient implements LifecycleEventListener {
4546
protected static final FrameLayout.LayoutParams FULLSCREEN_LAYOUT_PARAMS = new FrameLayout.LayoutParams(

0 commit comments

Comments
 (0)