Commit c722e97f authored by Him188's avatar Him188

Fix StackOverflowError

parent 7015f0f4
......@@ -67,7 +67,7 @@ class MessageChainBuilder private constructor(
if (index != -1) {
container[index] = element
} else {
add(element)
container.add(element)
}
return true
......
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