mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 14:11:00 +00:00
Prevent crash
This commit is contained in:
parent
e2e40e6bae
commit
abda7c14d3
1 changed files with 1 additions and 1 deletions
|
@ -2582,7 +2582,7 @@ public class HtmlHelper {
|
|||
else
|
||||
span = new BackgroundColorSpan(color);
|
||||
setSpan(ssb, span, start, ssb.length());
|
||||
} catch (NumberFormatException ex) {
|
||||
} catch (Throwable ex) {
|
||||
Log.i(ex);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue