Browse Source
- Add updateStarredPlans call in configureNativeFetcher to store starred plan IDs in SharedPreferences for the native fetcher to use - Clear starred plans if none provided to ensure state consistency - Add starredPlansCount to configuration log for debugging This fixes the issue where the native fetcher was querying the API with an empty planIds array because starred plans weren't being stored in SharedPreferences. Now when configureNativeFetcher is called with starredPlanHandleIds, they are properly stored and available for background prefetch operations. Also updates package-lock.json for daily-notification-plugin v1.0.11.pull/214/head
2 changed files with 24 additions and 1 deletions
Loading…
Reference in new issue