Unverified Commit 66f7fd9f authored by Lucio Maciel's avatar Lucio Maciel Committed by GitHub

Merge branch 'beta' into fix/fix-crash-initialized-adapter

parents 2a0e78f2 d6c0a01d
...@@ -159,7 +159,7 @@ class MessageParser @Inject constructor( ...@@ -159,7 +159,7 @@ class MessageParser @Inject constructor(
if (node is ListItem) { if (node is ListItem) {
newLine() newLine()
builder.append("$number$delimiter ") builder.append("$number$delimiter ")
super.visit(node.firstChild as Paragraph) super.visitChildren(node.firstChild)
newLine() newLine()
} }
number++ number++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment