个播PK展示赢方图标,关注房主后取消弹窗定时器

This commit is contained in:
chenguilong
2022-04-18 10:49:38 +08:00
parent 2a18fc90c1
commit ab14c922bc
3 changed files with 14 additions and 1 deletions

View File

@@ -758,6 +758,14 @@
});
}
///
- (void)xPAnchorPKPanelViewAttentionSuccess {
if (self.followAnchorTimer != nil) {
dispatch_source_cancel(self.followAnchorTimer);
self.followAnchorTimer = nil;
}
}
#pragma mark - Event Response
- (void)contributionButtonAction:(UIButton *)sender {
NSString * roomUid = [NSString stringWithFormat:@"%ld", self.delegate.getRoomInfo.uid];