forked from I2P_Developers/i2p.i2p
- Fix spacing in summary bar
- Add start() in UpdateTask so things happen in the right order - Add toString() in UpdateTask for better debugging - Fix getID() for plugin UpdateTasks
This commit is contained in:
@@ -46,7 +46,6 @@ class NewsHandler extends UpdateHandler implements Checker {
|
||||
updateSources.add(new URI(BACKUP_NEWS_URL));
|
||||
} catch (URISyntaxException use) {}
|
||||
UpdateRunner update = new NewsFetcher(_context, _mgr, updateSources);
|
||||
update.start();
|
||||
return update;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user