1
This commit is contained in:
@@ -123,13 +123,7 @@ NSString * const KBUserCharacterDeletedNotification = @"KBUserCharacterDeletedNo
|
||||
BOOL success = (error == nil);
|
||||
|
||||
if (success) {
|
||||
// 通知 App 内其他页面(如 HomeRankContentVC / HomeHotVC)该人设已被删除
|
||||
NSDictionary *info = @{@"characterId": characterId ?: @0};
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:KBUserCharacterDeletedNotification
|
||||
object:nil
|
||||
userInfo:info];
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
if (completion) {
|
||||
|
||||
Reference in New Issue
Block a user