Prevent crash

This commit is contained in:
Marcel Bokhorst
2021-07-10 07:02:49 +02:00
committed by GitHub
parent e2e40e6bae
commit abda7c14d3

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;