Skip to content

Commit b27669c

Browse files
authored
add missing curly brace (#14)
1 parent 53bed05 commit b27669c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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
@@ -416,3 +416,4 @@ public void setAllowsProtectedMedia(boolean enabled) {
416416
public void setHasOnOpenWindowEvent(boolean hasEvent) {
417417
mHasOnOpenWindowEvent = hasEvent;
418418
}
419+
}

android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManagerImpl.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,4 +718,5 @@ class RNCWebViewManagerImpl {
718718

719719
fun setWebviewDebuggingEnabled(viewWrapper: RNCWebViewWrapper, enabled: Boolean) {
720720
RNCWebView.setWebContentsDebuggingEnabled(enabled)
721-
}
721+
}
722+
}

0 commit comments

Comments
 (0)