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

This commit is contained in:
GYJ
2024-11-28 13:56:37 +08:00
parent b6cd0d0f2b
commit 5111704267

View File

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