BradGao
BradGao
``` XHMessageBubbleVIew.m 的+ (CGSize)neededSizeForText:(NSString *)text 方法中: 如果text第一个字符为"/n",该方法计算出的dyWidth = 0,而最终return时,没有考虑到该情况,导致返回值为0. 实际此处仍然应返回SETextView计算出的textSize。 ```
# [Update 03/12/20] The open beta of Twidere X is here! Hi everyone, **The open beta of Twidere X is here:** Android version: [PlayStore](https://play.google.com/store/apps/details?id=com.twidere.twiderex) [Source code](https://github.com/TwidereProject/TwidereX-Android) iOS version: [AppStore](https://testflight.apple.com/join/GJIDXvW7) [Source...
**DO NOT MERGE** Retain for test on mobile.