Force refresh of expenses editor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-20 19:55:18 +02:00
parent 23cc189e53
commit 365d7589b1
2 changed files with 11 additions and 2 deletions

View File

@@ -36,8 +36,8 @@ class ScanScreen extends HookConsumerWidget {
restartScan() async {
try {
final val = ref.refresh(_scanDocumentProvider);
Logger.root.info("Load again startup result: $val");
ref.invalidate(_scanDocumentProvider);
Logger.root.info("Load again startup");
} catch (e, s) {
Logger.root.shout("Failed to try again startup loading! $e $s");
}