From 5e8157e8907ffc12dfbb8ed86a96fe0d8af96a21 Mon Sep 17 00:00:00 2001 From: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:07:23 +0530 Subject: [PATCH] enable retries --- mobile/lib/main.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/lib/main.dart b/mobile/lib/main.dart index 5f0b2d95f1..37b48a2891 100644 --- a/mobile/lib/main.dart +++ b/mobile/lib/main.dart @@ -59,7 +59,6 @@ void main() async { ProviderScope( overrides: [driftProvider.overrideWith(driftOverride(drift))], // Never retry any provider - retry: (retryCount, error) => null, child: const MainWidget(), ), );