mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Post web view visible event
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user