if (tag.equalsIgnoreCase("br")) { // We don't need to handle this. TagSoup will ensure that there's a for each // so we can safely emite the linebreaks when we handle the close tag. } else if (tag.equalsIgnoreCase("p")) { handleP(mSpannable...
if (tag.equalsIgnoreCase("br")) { // We don't need to handle this. TagSoup will ensure that there's a for each // so we can safely emite the linebreaks when we handle the close tag. } else if (tag.equalsIgnoreCase("p")) { handleP(mSpannable...