Updated text

This commit is contained in:
M66B
2020-04-24 12:07:29 +02:00
parent ff13b32ea6
commit f4dbff2bb6
2 changed files with 2 additions and 2 deletions

View File

@@ -1112,7 +1112,7 @@ public class HtmlHelper {
return null;
return Float.parseFloat(value.trim()) / DEFAULT_FONT_SIZE;
} catch (NumberFormatException ex) {
Log.w(ex);
Log.i(ex);
return null;
}
}