mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Clear cache web view
This commit is contained in:
@@ -198,6 +198,10 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
|
||||
});
|
||||
}
|
||||
|
||||
void clearCache() {
|
||||
this.hash = null;
|
||||
}
|
||||
|
||||
void setOnPageLoaded(Runnable runnable) {
|
||||
Log.i("Set on page finished");
|
||||
onPageLoaded = runnable;
|
||||
|
||||
Reference in New Issue
Block a user