Prevent crash

pull/199/head
Marcel Bokhorst 3 years ago committed by GitHub
parent e2e40e6bae
commit abda7c14d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save