tachiyomi/app/src/main/java/eu/kanade
Two-Ai 3a82b4d924
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.
2023-01-25 18:18:17 -05:00
..
core Implement simple stats screen (#8068) 2022-11-26 15:50:26 -05:00
data/source Move more to data and domain modules (#8973) 2023-01-22 16:19:22 -05:00
domain Move more to data and domain modules (#8973) 2023-01-22 16:19:22 -05:00
presentation Fix extension search query cursor and debounce (#8972) 2023-01-22 16:19:46 -05:00
tachiyomi Don't crash on timeout in renewCache() (#8986) 2023-01-25 18:18:17 -05:00