You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(feed): re-add optional savedFilter to filter applied event
Re-introduces the optional `savedFilter` property to the `HeadlinesFeedFiltersApplied` event.
This change is a targeted fix to resolve a race condition that occurs when a new filter is saved and immediately applied. By passing the newly created `SavedFilter` object directly, the `HeadlinesFeedBloc` can deterministically set the active filter ID without relying on its internal list of saved filters, which may not have been updated yet.
0 commit comments