mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-02-19 21:30:46 +01:00
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.getCommunityDatabase().reload();
|
||||||
YacbHolder.getFeaturedDatabase().reload();
|
YacbHolder.getFeaturedDatabase().reload();
|
||||||
YacbHolder.getSiaMetadata().reload();
|
YacbHolder.getSiaMetadata().reload();
|
||||||
|
} catch (Exception e) {
|
||||||
|
LOG.warn("downloadMainDb()", e);
|
||||||
} finally {
|
} finally {
|
||||||
removeStickyEvent(sticky);
|
removeStickyEvent(sticky);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user