修改人设长按排序后,键盘人设要同步问题
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
[self kb_updateBackButtonVisibility];
|
||||
}
|
||||
|
||||
- (void)dealloc{
|
||||
KBLOG(@"页面销毁 -- 💥💥 -- %@",[self class]);
|
||||
}
|
||||
|
||||
|
||||
#pragma mark - Custom NavBar
|
||||
|
||||
|
||||
@@ -307,7 +307,11 @@ static NSString * const kKBMyKeyboardCellId = @"kKBMyKeyboardCellId";
|
||||
[KBHUD showInfo:msg];
|
||||
return;
|
||||
}
|
||||
|
||||
[self.viewModel fetchCharacterListByUserWithCompletion:^(NSArray<KBCharacter *> * _Nonnull characterArray, NSError * _Nullable error) {
|
||||
if (error) {
|
||||
NSLog(@"[KBHomeVM] refresh user characters failed: %@", error);
|
||||
}
|
||||
}];
|
||||
if (showHUD) {
|
||||
[KBHUD showSuccess:KBLocalized(@"Saved")];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user