mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 16:10:58 +01:00
Use about:blank as base URL
This commit is contained in:
@@ -1241,7 +1241,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
}
|
||||
});
|
||||
|
||||
printWebView.loadDataWithBaseURL(null, data[1], "text/html", "UTF-8", null);
|
||||
printWebView.loadDataWithBaseURL("about:blank", data[1], "text/html", "UTF-8", null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user