improve terribleness of workaround for the eaten last line on 2.3 (refs
#670)
This commit is contained in:
parent
0b2345344b
commit
9e05f93b70
@ -280,7 +280,7 @@ public class ArticleFragment extends Fragment implements GestureDetector.OnDoubl
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
content += "<p> </p><p> </p></body></html>";
|
content += "<p> </p><p> </p><p> </p><p> </p></body></html>";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
web.loadDataWithBaseURL(null, content, "text/html", "utf-8", null);
|
web.loadDataWithBaseURL(null, content, "text/html", "utf-8", null);
|
||||||
|
@ -249,7 +249,7 @@ public class OfflineArticleFragment extends Fragment implements GestureDetector.
|
|||||||
cssOverride +
|
cssOverride +
|
||||||
"</style>" +
|
"</style>" +
|
||||||
"</head>" +
|
"</head>" +
|
||||||
"<body>" + articleContent + "<p> </p><p> </p></body></html>";;
|
"<body>" + articleContent + "<p> </p><p> </p><p> </p><p> </p></body></html>";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
web.loadDataWithBaseURL(null, content, "text/html", "utf-8", null);
|
web.loadDataWithBaseURL(null, content, "text/html", "utf-8", null);
|
||||||
|
Loading…
Reference in New Issue
Block a user