From bdf2a9af80d10e6def08504872ad5c400870d878 Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Wed, 7 Jan 2026 19:05:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=BA=E8=AE=BE=E9=95=BF?= =?UTF-8?q?=E6=8C=89=E6=8E=92=E5=BA=8F=E5=90=8E=EF=BC=8C=E9=94=AE=E7=9B=98?= =?UTF-8?q?=E4=BA=BA=E8=AE=BE=E8=A6=81=E5=90=8C=E6=AD=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyBoard/Class/Base/VC/BaseViewController.m | 4 ++++ keyBoard/Class/Me/VC/KBMyKeyBoardVC.m | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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")]; }