komikku/app/src/main/java/eu/kanade/tachiyomi
Two-Ai d08a3bd2d0 Don't crash on timeout in renewCache() (#8986)
Fixes #8962.

withTimeout throws a TimeoutCancellationException if the timeout
expires. To avoid crashing renewalJob when there are no extensions,
use withTimeoutOrNull which does not throw on timeout.

(cherry picked from commit 3a82b4d924ae7207f7d1c1b23d2a71a1e7d09258)
2023-02-09 17:27:44 -05:00
..
crash Tweak Crash activity (#8229) 2022-10-18 16:52:20 -04:00
data Don't crash on timeout in renewCache() (#8986) 2023-02-09 17:27:44 -05:00
extension OkHttp Call: split await() and awaitSuccess() (#8980) 2023-02-09 17:22:54 -05:00
glance Move more models to domain module 2023-02-09 13:00:07 -05:00
source OkHttp Call: split await() and awaitSuccess() (#8980) 2023-02-09 17:22:54 -05:00
ui Fixup HttpPageLoader _loadPage (#8984) 2023-02-09 17:27:31 -05:00
util Move more implementation to data module (#8971) 2023-02-09 16:00:35 -05:00
widget Remove some dead code 2022-12-03 15:04:36 -05:00
App.kt Move SQLDelight to data module (#8954) 2023-02-07 16:49:49 -05:00
AppInfo.kt Minor fixes 2022-08-06 18:25:28 -04:00
AppModule.kt Move more models to domain module 2023-02-09 13:00:07 -05:00
Migrations.kt Delayed Tracking Update related fix (#8642) 2022-12-02 23:43:47 -05:00