mirror of https://github.com/M66B/FairEmail.git
Changed log level
This commit is contained in:
parent
113e3941d0
commit
92215957fc
|
@ -500,7 +500,7 @@ public class LanguageTool {
|
|||
fUnderlineColor.set(tp, underlineColor);
|
||||
fUnderlineThickness.set(tp, underlineThickness);
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
Log.i(ex);
|
||||
tp.bgColor = highlightColor;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue