mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Reduced logging
This commit is contained in:
@@ -2517,7 +2517,7 @@ public class HtmlHelper {
|
||||
setSpan(ssb, new UnderlineSpan(), start, ssb.length());
|
||||
break;
|
||||
default:
|
||||
Log.e("Unknown tag=" + element.tagName());
|
||||
Log.w("Unknown tag=" + element.tagName());
|
||||
}
|
||||
|
||||
if (monospaced_pre &&
|
||||
|
||||
Reference in New Issue
Block a user