更换方法名:safeObjectAtIndex1 -> xpSafeObjectAtIndex
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user