mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 03:16:02 +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.
|
||||
*/
|
||||
fun onPermissionRequest(request: PermissionRequest) {
|
||||
// NO-OP
|
||||
}
|
||||
fun onPermissionRequest(request: PermissionRequest)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue