mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Remove finished TODOs.
This commit is contained in:
parent
ef238cd3d0
commit
9af385c4e7
1 changed files with 0 additions and 2 deletions
|
@ -182,7 +182,6 @@ public abstract class Reading extends NbActivity implements OnPageChangeListener
|
|||
super.onPause();
|
||||
}
|
||||
|
||||
// TODO: get all subclasses using this rather than an override
|
||||
@Override
|
||||
public Loader<Cursor> onCreateLoader(int loaderId, Bundle bundle) {
|
||||
return dbHelper.getStoriesLoader(fs, currentState);
|
||||
|
@ -322,7 +321,6 @@ public abstract class Reading extends NbActivity implements OnPageChangeListener
|
|||
protected void handleUpdate() {
|
||||
enableMainProgress(NBSyncService.isFeedSetSyncing(this.fs));
|
||||
updateCursor();
|
||||
// TODO: also refresh unread count and state of next unread button
|
||||
}
|
||||
|
||||
private void updateCursor() {
|
||||
|
|
Loading…
Add table
Reference in a new issue