Commit 9e176b1
committed
refactor(bloc): rename state property for clarity
- Replace 'currentFeedItemCount' with 'processedContentItemCount' in multiple BLoC classes
- Update property name in EntityDetailsBloc, HeadlinesFeedBloc, and HeadlinesSearchBloc
- This change provides a more accurate description of the property's purpose1 parent 5ca48a8 commit 9e176b1
File tree
3 files changed
+3
-3
lines changed- lib
- entity_details/bloc
- headlines-feed/bloc
- headlines-search/bloc
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments