fix: Bug fix

This commit is contained in:
edwinQQQ
2025-01-09 14:22:59 +08:00
parent 93c3304601
commit bc02ca29fc
15 changed files with 158 additions and 193 deletions

View File

@@ -944,10 +944,6 @@ XPCandyTreeInsufficientBalanceViewDelegate>
}];
if (self.roomInfo.type == RoomType_19Mic || self.roomInfo.type == RoomType_20Mic) {
// dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
// [self.sideMenu displayExpandButton:YES];
// });
[self.sideMenu mas_remakeConstraints:^(MASConstraintMaker *make) {
make.trailing.mas_equalTo(self.view);
make.height.mas_equalTo(160);
@@ -955,14 +951,13 @@ XPCandyTreeInsufficientBalanceViewDelegate>
make.width.mas_equalTo(87);
}];
} else {
// [self.sideMenu displayExpandButton:NO];
[self.sideMenu mas_remakeConstraints:^(MASConstraintMaker *make) {
make.top.mas_equalTo(self.messageContainerView);
make.trailing.mas_equalTo(self.view);
make.bottom.mas_equalTo(self.quickMessageContainerView.mas_top).offset(-5);
make.width.mas_equalTo(87);
}];
}\
}
}
break;
}