Use our OkHttpClient in updates checker. It should fix the updater on KitKat due to TLS

This commit is contained in:
inorichi
2018-04-06 10:02:01 +02:00
parent 499def3daa
commit 7464497c88
3 changed files with 6 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ class SettingsAboutController : SettingsController() {
}
}
}, { error ->
activity?.toast(error.message)
Timber.e(error)
})
}