fix: 清除缓存提示 issues #619

This commit is contained in:
guozhigq
2024-03-08 23:09:52 +08:00
parent 3bf6136bc6
commit a3e1fd4e91
2 changed files with 2 additions and 5 deletions

View File

@ -201,7 +201,6 @@ class _AboutPageState extends State<AboutPage> {
var cleanStatus = await CacheManage().clearCacheAll();
if (cleanStatus) {
getCacheSize();
SmartDialog.showToast('清除成功');
}
},
title: const Text('清除缓存'),