mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Small improvements
This commit is contained in:
@@ -274,7 +274,7 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
|
||||
if ("cid".equals(uri.getScheme()) || "data".equals(uri.getScheme()))
|
||||
return false;
|
||||
|
||||
Helper.view(getContext(), uri, true);
|
||||
Helper.view(view.getContext(), uri, true);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user