1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 14:11:00 +00:00

Prevent crash

This commit is contained in:
Marcel Bokhorst 2021-07-10 07:02:49 +02:00 committed by GitHub
parent e2e40e6bae
commit abda7c14d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;