调整用户资料页的 UI
This commit is contained in:
@@ -283,9 +283,8 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
|
||||
[[NIMSDK sharedSDK].loginManager removeDelegate:self];
|
||||
[[NIMSDK sharedSDK].conversationManager removeDelegate:self];
|
||||
[[NIMSDK sharedSDK].broadcastManager removeDelegate:self];
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||
|
||||
[self removeComboManager];
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||
}
|
||||
|
||||
- (XPRoomPresenter *)createPresenter {
|
||||
@@ -360,10 +359,6 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
|
||||
[[NIMSDK sharedSDK].broadcastManager addDelegate:self];
|
||||
}
|
||||
|
||||
- (void)removeComboManager {
|
||||
[[GiftComboManager sharedManager] registerActions:nil];
|
||||
}
|
||||
|
||||
/// 禮物面板緩存-2: 進房後,用當前的 roomUid 加載最新數據,並緩存
|
||||
- (void)preLoadGifts {
|
||||
[self.presenter getNormalGiftList:self.roomUid];
|
||||
|
Reference in New Issue
Block a user