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);
|
fUnderlineColor.set(tp, underlineColor);
|
||||||
fUnderlineThickness.set(tp, underlineThickness);
|
fUnderlineThickness.set(tp, underlineThickness);
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
Log.w(ex);
|
Log.i(ex);
|
||||||
tp.bgColor = highlightColor;
|
tp.bgColor = highlightColor;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue