1 parent 571fa10 commit 67e4971Copy full SHA for 67e4971
1 file changed
android/src/main/java/com/swmansion/enriched/utils/EnrichedParser.java
@@ -412,7 +412,6 @@ public Spanned convert() {
412
}
413
414
private void handleStartTag(String tag, Attributes attributes) {
415
- isEmptyTag = false;
416
if (tag.equalsIgnoreCase("br")) {
417
// We don't need to handle this. TagSoup will ensure that there's a </br> for each <br>
418
// so we can safely emit the linebreaks when we handle the close tag.
0 commit comments