mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-08-19 01:17:12 +02:00
suspected locations background refresh
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user