mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 18:05:59 +03:00
Unsuppress lint rule
This commit is contained in:
parent
73d78646ea
commit
d757914225
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ class WebviewPermissionUtils @Inject constructor() {
|
|||
private var permissionRequest: PermissionRequest? = null
|
||||
private var selectedPermissions = listOf<String>()
|
||||
|
||||
@SuppressLint("NewApi")
|
||||
fun promptForPermissions(
|
||||
@StringRes title: Int,
|
||||
request: PermissionRequest,
|
||||
|
|
Loading…
Reference in a new issue