Fixed NPE in DownloadRequester
This commit is contained in:
parent
1dd5c19eea
commit
9d6225b022
@ -202,9 +202,11 @@ public class DownloadRequester implements DownloadStateProvider {
|
||||
|
||||
DownloadRequest request = createRequest(feed, null, new File(getFeedfilePath(), getFeedfileName(feed)),
|
||||
true, username, password, lastModified, true, args);
|
||||
if (request != null) {
|
||||
download(context, request);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized void downloadFeed(Context context, Feed feed) throws DownloadRequestException {
|
||||
downloadFeed(context, feed, false, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user