mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Prevent crash
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user