Skip to content

Commit

Permalink
add missing curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcloureiro committed Mar 27, 2024
1 parent 53bed05 commit 6864bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,3 +416,4 @@ public void setAllowsProtectedMedia(boolean enabled) {
public void setHasOnOpenWindowEvent(boolean hasEvent) {
mHasOnOpenWindowEvent = hasEvent;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -718,4 +718,5 @@ class RNCWebViewManagerImpl {

fun setWebviewDebuggingEnabled(viewWrapper: RNCWebViewWrapper, enabled: Boolean) {
RNCWebView.setWebContentsDebuggingEnabled(enabled)
}
}
}

0 comments on commit 6864bed

Please sign in to comment.