From b321fcfe86611898b5222e394f1e61e086834663 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Thu, 23 Oct 2025 11:19:41 +0200 Subject: [PATCH] reduce ui reset timeout --- app/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/main.dart b/app/lib/main.dart index 62cc41b4..b8132288 100644 --- a/app/lib/main.dart +++ b/app/lib/main.dart @@ -54,7 +54,7 @@ class _MainWidget extends HookConsumerWidget { case AppLifecycleState.resumed: if (pauseTime.value != null && DateTime.now().difference(pauseTime.value!) > - const Duration(minutes: 15)) { + const Duration(minutes: 5)) { //Rebuild widget tree after long time of inactivity ref.read(appStateKeyProvider.notifier).reset(); logger.i('UI reset');