fix headlines_mark_as_read not updating headlines view
This commit is contained in:
parent
e31d6b0b0f
commit
ee886a6a76
@ -588,6 +588,8 @@ public class MainActivity extends FragmentActivity implements FeedsFragment.OnFe
|
|||||||
|
|
||||||
for (Article a : articles)
|
for (Article a : articles)
|
||||||
a.unread = false;
|
a.unread = false;
|
||||||
|
|
||||||
|
hf.notifyUpdated();
|
||||||
|
|
||||||
ApiRequest req = new ApiRequest(getApplicationContext());
|
ApiRequest req = new ApiRequest(getApplicationContext());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user