Skip to content

Commit 8a40741

Browse files
committed
refactor(headlines-feed): remove unused TopicsFilterApplyFollowedRequested event
Removed the unused TopicsFilterApplyFollowedRequested event class from the topics filter bloc. This event was intended to apply the user's followed topics as filters but is no longer needed in the current implementation. - Deleted TopicsFilterApplyFollowedRequested class - Updated file to remove unnecessary code and improve maintainability
1 parent c475cc1 commit 8a40741

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/headlines-feed/bloc/topics_filter_event.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,3 @@ final class TopicsFilterRequested extends TopicsFilterEvent {}
2020
/// Event triggered to request the next page of topics for pagination.
2121
/// {@endtemplate}
2222
final class TopicsFilterLoadMoreRequested extends TopicsFilterEvent {}
23-
24-
/// {@template topics_filter_apply_followed_requested}
25-
/// Event triggered to request applying the user's followed topics as filters.
26-
/// {@endtemplate}
27-
final class TopicsFilterApplyFollowedRequested extends TopicsFilterEvent {}

0 commit comments

Comments
 (0)