mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
move list loader init to recommended spot
This commit is contained in:
parent
9717056500
commit
92e5c32e28
1 changed files with 1 additions and 1 deletions
|
@ -87,13 +87,13 @@ public class ItemSetFragment extends NbFragment implements LoaderManager.LoaderC
|
|||
@Override
|
||||
public void onActivityCreated(Bundle savedInstanceState) {
|
||||
super.onActivityCreated(savedInstanceState);
|
||||
getLoaderManager().initLoader(ITEMLIST_LOADER, null, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onStart() {
|
||||
super.onStart();
|
||||
stopLoading = false;
|
||||
getLoaderManager().initLoader(ITEMLIST_LOADER, null, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue