mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 22:31:01 +00:00
fix: crash on comments api connection failure
This commit is contained in:
@@ -34,8 +34,8 @@ class NetworkHelper(
|
||||
maxSize = 5L * 1024 * 1024, // 5 MiB
|
||||
),
|
||||
)
|
||||
.addInterceptor(BrotliInterceptor)
|
||||
.addInterceptor(UncaughtExceptionInterceptor())
|
||||
.addInterceptor(BrotliInterceptor)
|
||||
.addInterceptor(UserAgentInterceptor(::defaultUserAgentProvider))
|
||||
|
||||
if (PrefManager.getVal(PrefName.VerboseLogging)) {
|
||||
|
||||
Reference in New Issue
Block a user