1
This commit is contained in:
@@ -89,7 +89,8 @@ static const NSTimeInterval kTimestampInterval = 5 * 60; // 5 分钟
|
||||
make.edges.equalTo(self);
|
||||
}];
|
||||
|
||||
self.contentBottomInset = KB_TABBAR_HEIGHT + 40 + 10;
|
||||
// 关键修复:减少初始 contentBottomInset,因为 chatView 已经通过约束避开了底部
|
||||
self.contentBottomInset = 20; // 简单的缓冲空间
|
||||
[self updateContentBottomInset:self.contentBottomInset];
|
||||
|
||||
__weak typeof(self) weakSelf = self;
|
||||
|
||||
Reference in New Issue
Block a user