Skip to content

Commit 2316612

Browse files
committed
Disable lint warning
1 parent 29a98da commit 2316612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/kotlin/io/homeassistant/companion/android/webview/WebViewContentScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ internal fun WebViewContentScreen(
134134
}
135135
}
136136
if (webViewInitialized && shouldAskNotificationPermission && hasNotificationPermission) {
137+
@SuppressLint("InlinedApi")
137138
NotificationPermission(onDiscardNotificationPermission)
138139
}
139140
}

0 commit comments

Comments
 (0)