mirror of https://github.com/readrops/Readrops.git
keep the feed filter when syncing feeds
This commit is contained in:
parent
f07d998214
commit
30092d3a86
|
@ -502,7 +502,7 @@ public class MainActivity extends AppCompatActivity implements SwipeRefreshLayou
|
|||
refreshLayout.setRefreshing(false);
|
||||
|
||||
adapter.submitList(allItems);
|
||||
filterItems(0);
|
||||
filterItems(filterFeedId);
|
||||
updateDrawerFeeds(); // update drawer after syncing feeds
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue