experimental workaround for the headlines using wrong view on refresh
issue
This commit is contained in:
parent
1d4c2be92a
commit
0fb9177e78
@ -380,6 +380,9 @@ public class HeadlinesFragment extends Fragment implements OnItemClickListener,
|
|||||||
m_autoCatchupDisabled = true;
|
m_autoCatchupDisabled = true;
|
||||||
list.setSelection(0);
|
list.setSelection(0);
|
||||||
m_autoCatchupDisabled = false;
|
m_autoCatchupDisabled = false;
|
||||||
|
list.setEmptyView(null);
|
||||||
|
m_adapter.clear();
|
||||||
|
m_adapter.notifyDataSetChanged();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user