mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-06-05 22:19:12 +02:00
Don't crash if DB downloading fails
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user