- Downloads
Changed IrcFormatSerializer to fix bug #16224
SpannableString is initialized with the output of IrcFormatDeserializer::formatString. As SpannableString does not allow null inputs, we have to adapt this.
Please sign in to comment
SpannableString is initialized with the output of IrcFormatDeserializer::formatString. As SpannableString does not allow null inputs, we have to adapt this.