We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b4527 commit 7b55c37Copy full SHA for 7b55c37
lib/content_management/view/content_management_page.dart
@@ -78,7 +78,8 @@ class _ContentManagementPageState extends State<ContentManagementPage>
78
!const DeepCollectionEquality().equals(
79
previous.selectedCountryIds,
80
current.selectedCountryIds,
81
- ),
+ ) ||
82
+ previous.isBreaking != current.isBreaking,
83
listener: (context, state) {
84
context.read<ContentManagementBloc>().add(
85
LoadHeadlinesRequested(
0 commit comments