Skip to content

Commit 7c908d0

Browse files
committed
suppress lint
1 parent 5b517b4 commit 7c908d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ public boolean getMessagingEnabled() {
251251
return this.messagingEnabled;
252252
}
253253

254+
@SuppressLint("RestrictedApi")
254255
protected void createRNCWebViewBridge(RNCWebView webView) {
255256
if (WebViewFeature.isFeatureSupported(WebViewFeature.WEB_MESSAGE_LISTENER)){
256257
if (this.bridgeListener == null) {

0 commit comments

Comments
 (0)