diff --git a/keyBoard/Class/Base/VC/BaseViewController.m b/keyBoard/Class/Base/VC/BaseViewController.m index 0098ca2..078cb18 100644 --- a/keyBoard/Class/Base/VC/BaseViewController.m +++ b/keyBoard/Class/Base/VC/BaseViewController.m @@ -37,6 +37,10 @@ [self kb_updateBackButtonVisibility]; } +- (void)dealloc{ + KBLOG(@"้กต้ข้”€ๆฏ -- ๐Ÿ’ฅ๐Ÿ’ฅ -- %@",[self class]); +} + #pragma mark - Custom NavBar diff --git a/keyBoard/Class/Me/VC/KBMyKeyBoardVC.m b/keyBoard/Class/Me/VC/KBMyKeyBoardVC.m index 7506031..4a5b78f 100644 --- a/keyBoard/Class/Me/VC/KBMyKeyBoardVC.m +++ b/keyBoard/Class/Me/VC/KBMyKeyBoardVC.m @@ -307,7 +307,11 @@ static NSString * const kKBMyKeyboardCellId = @"kKBMyKeyboardCellId"; [KBHUD showInfo:msg]; return; } - + [self.viewModel fetchCharacterListByUserWithCompletion:^(NSArray * _Nonnull characterArray, NSError * _Nullable error) { + if (error) { + NSLog(@"[KBHomeVM] refresh user characters failed: %@", error); + } + }]; if (showHUD) { [KBHUD showSuccess:KBLocalized(@"Saved")]; }