Fix inspector build exception. (#8612)
This commit is contained in:
parent
b91d75fac3
commit
b25fce871a
|
@ -21,7 +21,7 @@ import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class CloudflareWafInterceptor(private val cookieDomain: String) : Interceptor {
|
class CloudflareWafInterceptor(private val cookieDomain: String) : Interceptor {
|
||||||
private val context = Injekt.get<Application>()
|
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 cookieManager = CookieManager.getInstance()
|
||||||
|
|
||||||
private val initWebView by lazy {
|
private val initWebView by lazy {
|
||||||
|
|
Loading…
Reference in New Issue