个播PK展示赢方图标,关注房主后取消弹窗定时器
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user