Commit 5b573f6
Thomas Horta
Fix tag list check logic to avoid saving same data to DB
IMPORTANT: this breaks ReaderPostListFragment/ViewModel fetch logic because it
was relying on this bug causing FollowedTagsChanged to be triggered in the
EventBus all the time. With this fix the Subscriptions feed is completely broken
(and the other feeds that use this Fragments are likely to be broken as well,
which are all the other except Discover).1 parent 393c1ec commit 5b573f6
File tree
3 files changed
+8
-4
lines changed- WordPress/src/main/java/org/wordpress/android
- datasets
- models
- ui/reader/services/update
3 files changed
+8
-4
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
179 | 180 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 181 | + | |
184 | 182 | | |
185 | 183 | | |
186 | 184 | | |
| |||
0 commit comments