Don't crash if DB downloading fails
This commit is contained in:
parent
b7a7854afd
commit
9834bb4449
|
@ -92,6 +92,8 @@ public class TaskService extends IntentService {
|
|||
YacbHolder.getCommunityDatabase().reload();
|
||||
YacbHolder.getFeaturedDatabase().reload();
|
||||
YacbHolder.getSiaMetadata().reload();
|
||||
} catch (Exception e) {
|
||||
LOG.warn("downloadMainDb()", e);
|
||||
} finally {
|
||||
removeStickyEvent(sticky);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue