try to fix send gift animation problems

This commit is contained in:
edwinQQQ
2024-12-06 21:00:20 +08:00
parent 612b84e47b
commit 8ba4eaf2f5
8 changed files with 164 additions and 69 deletions

View File

@@ -2471,6 +2471,10 @@ XPCandyTreeInsufficientBalanceViewDelegate>
return [self.stageView animationPointAtStageViewByUid:uid];
}
- (CGPoint)animationPointAtStageViewByIndex:(NSInteger)index {
return [self.stageView animationPointAtStageViewByIndex:index];
}
- (void)getRoomBoomInfoSuccess:(NSArray <BoomDetailModel*> *)models {
[[RoomBoomManager sharedManager] updateBoomDetailArray:models];
[self.activityContainerView updateForBoomDetailArray:models];