Allow two fast fails

This commit is contained in:
M66B
2021-08-06 08:21:06 +02:00
parent d69675c9b9
commit 7245b03e22
2 changed files with 3 additions and 2 deletions

View File

@@ -2073,7 +2073,7 @@ public class HtmlHelper {
if (TextDirectionHeuristics.FIRSTSTRONG_LTR.isRtl(quoted, start, end))
return "border-right:3px solid #ccc; padding-left:3px;";
} catch (Throwable ex) {
Log.e(ex);
Log.e(new Throwable("getQuoteStyle", ex));
}
return "border-left:3px solid #ccc; padding-left:3px;";