mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 10:22:15 -05:00
The "viewport" hinting we used to try to better fit messages by default
made android zooming incredibly unreliable. Now it's only somewhat unreliable.
This commit is contained in:
parent
4b9d4b677a
commit
983d7ad48f
@ -2485,7 +2485,7 @@ public class LocalStore extends Store implements Serializable
|
|||||||
|
|
||||||
Matcher m = Regex.WEB_URL_PATTERN.matcher(text);
|
Matcher m = Regex.WEB_URL_PATTERN.matcher(text);
|
||||||
StringBuffer sb = new StringBuffer(text.length() + 512);
|
StringBuffer sb = new StringBuffer(text.length() + 512);
|
||||||
sb.append("<html><head><meta name=\"viewport\" content=\"width=device-width, height=device-height\"></head><body>");
|
sb.append("<html><head></head><body>");
|
||||||
sb.append(htmlifyMessageHeader());
|
sb.append(htmlifyMessageHeader());
|
||||||
while (m.find())
|
while (m.find())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user