Fix inspector build exception. (#8612)

This commit is contained in:
Alessandro Jean 2021-08-17 22:16:40 -03:00 committed by GitHub
parent b91d75fac3
commit b25fce871a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import java.util.concurrent.TimeUnit
class CloudflareWafInterceptor(private val cookieDomain: String) : Interceptor {
private val context = Injekt.get<Application>()
private val handler = Handler(Looper.getMainLooper())
private val handler by lazy { Handler(Looper.getMainLooper()) }
private val cookieManager = CookieManager.getInstance()
private val initWebView by lazy {