keep the feed filter when syncing feeds

This commit is contained in:
Shinokuni 2019-04-18 15:21:49 +02:00
parent f07d998214
commit 30092d3a86
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
});