mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Allow two fast fails
This commit is contained in:
@@ -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;";
|
||||
|
||||
Reference in New Issue
Block a user