Fix estimated filesize not displaying correctly when only one cache exists
This commit is contained in:
@ -196,7 +196,7 @@ class _SettingsState extends State<Settings> {
|
||||
title: "Cache löschen",
|
||||
content: "Alle cache Einträge werden gelöscht. Der cache wird bei benutzung der App erneut aufgebaut",
|
||||
confirmButton: "Unwiederruflich löschen",
|
||||
onConfirm: () => const CacheView().clear(),
|
||||
onConfirm: () => const CacheView().clear().then((value) => setState((){})),
|
||||
).asDialog(context);
|
||||
},
|
||||
trailing: const Icon(Icons.arrow_right),
|
||||
|
Reference in New Issue
Block a user