mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Log font weight errors
This commit is contained in:
parent
815344ed53
commit
b0835b8cdd
1 changed files with 2 additions and 1 deletions
|
@ -1072,7 +1072,8 @@ public class HtmlHelper {
|
|||
|
||||
try {
|
||||
return Integer.parseInt(value);
|
||||
} catch (NumberFormatException ignored) {
|
||||
} catch (NumberFormatException ex) {
|
||||
Log.w(ex);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue