mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-27 11:16:51 +02:00
Fixed WebView hash reset
This commit is contained in:
@@ -247,7 +247,7 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
|
||||
void setImages(boolean show_images, boolean inline) {
|
||||
WebSettings settings = getSettings();
|
||||
|
||||
if (settings.getLoadsImagesAutomatically() != show_images)
|
||||
if (settings.getLoadsImagesAutomatically() != (show_images || inline))
|
||||
this.hash = null;
|
||||
|
||||
settings.setLoadsImagesAutomatically(show_images || inline);
|
||||
|
||||
Reference in New Issue
Block a user