suspected locations background refresh

This commit is contained in:
stopflock
2026-06-14 21:40:22 -05:00
parent 0b812bdaea
commit 12ffe92df8
4 changed files with 30 additions and 6 deletions
+3
View File
@@ -250,6 +250,9 @@ class AppState extends ChangeNotifier {
_isInitialized = true;
// Start background refresh of suspected locations if needed (non-blocking)
_suspectedLocationState.initBackgroundRefresh(offlineMode: _settingsState.offlineMode);
// Check for initial deep link after a small delay to let navigation settle
Future.delayed(const Duration(milliseconds: 500), () {
DeepLinkService().checkInitialLink();