电话结束重新加载通话记录

This commit is contained in:
GYJ 2024-11-28 13:56:37 +08:00
parent b6cd0d0f2b
commit 5111704267
1 changed files with 2 additions and 0 deletions

View File

@ -124,5 +124,7 @@ class HomeViewModel extends BaseUIModel {
}
Navigator.of(context!).pop();
isShowCallView = false;
ChannelManager.getCallLog("getCallLog");
}
}