Skip to content

Commit

Permalink
fix Instrumentation: onLoadResource
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-epifanoff committed Nov 30, 2016
1 parent 028fd06 commit 8ee0cce
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -402,4 +402,9 @@ public boolean onPrompt(IRhoExtManager extManager, String message,
// TODO Auto-generated method stub
return false;
}

@Override
public boolean onLoadResource(IRhoExtManager extManager, String url, IRhoWebView ext, boolean res) {
return false;
}
}

0 comments on commit 8ee0cce

Please sign in to comment.