try to fix send gift animation problems
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user