mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Fixed webview anchor navigation
This commit is contained in:
@@ -1241,7 +1241,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
}
|
||||
});
|
||||
|
||||
printWebView.loadDataWithBaseURL("email://", data[1], "text/html", "UTF-8", null);
|
||||
printWebView.loadDataWithBaseURL(null, data[1], "text/html", "UTF-8", null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user