feat: 修正房间聊天框中文显示不全问题
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
complete:(void(^)(void))complete {
|
||||
|
||||
NSInteger height = kGetScaleWidth(110);
|
||||
NSInteger y = kStatusBarHeight;
|
||||
NSInteger y = kStatusBarHeight + 60;
|
||||
|
||||
GiftReceiveInfoModel *giftNotifyInfo = [GiftReceiveInfoModel modelWithJSON:attachment.data];
|
||||
|
||||
|
Reference in New Issue
Block a user