mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 13:00:18 +03:00
Remove empty default implementation
This commit is contained in:
parent
75da9887be
commit
5b64946dfb
1 changed files with 1 additions and 3 deletions
|
@ -25,7 +25,5 @@ interface WebChromeEventListener {
|
||||||
*
|
*
|
||||||
* @param request The permission request.
|
* @param request The permission request.
|
||||||
*/
|
*/
|
||||||
fun onPermissionRequest(request: PermissionRequest) {
|
fun onPermissionRequest(request: PermissionRequest)
|
||||||
// NO-OP
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue