mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Post web view visible event
This commit is contained in:
parent
11232d7563
commit
d61da50881
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
|
|||
public void onPageCommitVisible(WebView view, String url) {
|
||||
Log.i("Commit url=" + url);
|
||||
if (onPageFinished != null)
|
||||
onPageFinished.run();
|
||||
ApplicationEx.getMainHandler().post(onPageFinished);
|
||||
}
|
||||
|
||||
public boolean shouldOverrideUrlLoading(WebView view, String url) {
|
||||
|
|
Loading…
Reference in a new issue