Commit 257082c6 by 刘鹏

Merge remote-tracking branch 'origin/4.2.60' into 4.2.60

parents 971ddcf9 e9316337
......@@ -356,7 +356,7 @@ public class MsgViewHolderLingxiWhichQuestion extends MsgViewHolderBase implemen
confirm_multiple_choice.setBackground(context.getDrawable(R.drawable.im_background_18dp_ebebeb));
}
}
stringBuffer.delete(2, stringBuffer.length());
stringBuffer.delete(3, stringBuffer.length());
for (int i = 0; i < selectedStr.size(); i++) {
stringBuffer.append("、").append(selectedStr.get(i));
}
......
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