mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Set page loaded fallback to 1500 milliseconds
This commit is contained in:
@@ -159,7 +159,7 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
|
||||
public void run() {
|
||||
try {
|
||||
if (onPageLoaded != null) {
|
||||
Log.e("Page loaded fallback");
|
||||
Log.w("Page loaded fallback");
|
||||
onPageLoaded.run();
|
||||
onPageLoaded = null;
|
||||
}
|
||||
@@ -167,7 +167,7 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
|
||||
Log.e(ex);
|
||||
}
|
||||
}
|
||||
}, 2500L);
|
||||
}, 1500L);
|
||||
}
|
||||
|
||||
void setImages(boolean show_images, boolean inline) {
|
||||
|
||||
Reference in New Issue
Block a user