#784: Fix first entry not marked as read after sync
Signed-off-by: Arne Augenstein <dev@localtoast.de>
This commit is contained in:
parent
ee3d144c4d
commit
a4e849b52a
1 changed files with 1 additions and 0 deletions
|
@ -534,6 +534,7 @@ public class NewsReaderDetailFragment extends Fragment {
|
|||
|
||||
@Override
|
||||
protected void onPostExecute(List<RssItem> rssItem) {
|
||||
previousFirstVisibleItem = -1;
|
||||
loadRssItemsIntoView(rssItem);
|
||||
|
||||
if (rssItem.size() < 10) { // Less than 10 items in the list (usually 3-5 items fit on one screen)
|
||||
|
|
Loading…
Reference in a new issue