Reduce severity of corrupted boot config

This commit is contained in:
Mygod
2021-11-27 12:44:08 -05:00
parent 9b97ce08e5
commit 1fbcbfd16a

View File

@@ -52,7 +52,7 @@ class BootReceiver : BroadcastReceiver() {
val config = try { val config = try {
config config
} catch (e: Exception) { } catch (e: Exception) {
Timber.w(e) Timber.i("Boot config corrupted", e)
null null
} ?: Config() } ?: Config()
config.work() config.work()