mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-28 20:17:51 +02:00
Add support for Happy Eyeballs
This commit is contained in:
@ -27,6 +27,7 @@ class NetworkHelper(context: Context) {
|
||||
.cookieJar(cookieManager)
|
||||
.connectTimeout(30, TimeUnit.SECONDS)
|
||||
.readTimeout(30, TimeUnit.SECONDS)
|
||||
.fastFallback(true)
|
||||
.addInterceptor(UserAgentInterceptor())
|
||||
|
||||
if (preferences.verboseLogging()) {
|
||||
|
Reference in New Issue
Block a user