修复bug

This commit is contained in:
liyuhua
2023-09-01 14:53:48 +08:00
parent cdcb8609e7
commit 695662600e
2 changed files with 6 additions and 1 deletions

View File

@@ -547,7 +547,9 @@
[self addRevokeMessage:message title:YMLocalizedString(@"SessionViewController8")];
}
}
-(void)startAttention{
[self.presenter attentionUser:self.session.sessionId];
}
#pragma mark - SessionNavViewDelegate
- (void)sessionNavView:(SessionNavView *)view didClickLike:(UIButton *)sender {
[StatisticsServiceHelper trackEventWithKey:StatisticsServiceEvent_chat_toolbar_fans_click];