更换方法名:safeObjectAtIndex1 -> xpSafeObjectAtIndex

This commit is contained in:
eggmanQQQ
2024-06-16 16:18:06 +08:00
parent 384bc3e95c
commit 49d17e1c6f
210 changed files with 529 additions and 527 deletions

View File

@@ -2220,7 +2220,7 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
[self.view endEditing:YES];
[self showAnchorLoading];
if (self.anchorIndex < self.anchorRoomList.count) {
NSString * roomUid = [self.anchorRoomList safeObjectAtIndex1:self.anchorIndex];
NSString * roomUid = [self.anchorRoomList xpSafeObjectAtIndex:self.anchorIndex];
[self.presenter getCurrentRoomInfo:roomUid];
self.anchorIndex --;
}else {