Set show notes direction to auto (#7517)
This matches what Android does automatically for most native text views.
This commit is contained in:
parent
af1a568b01
commit
82f9d45343
@ -100,6 +100,7 @@ public class ShownotesCleaner {
|
||||
cleanCss(document);
|
||||
document.head().appendElement("style").attr("type", "text/css").text(webviewStyle);
|
||||
addTimecodes(document);
|
||||
document.body().attr("dir", "auto");
|
||||
return document.toString();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user