kancic
kancic
No, sorry. This solution worked for me.
It's possible I missed something because I have a very simple use case. I only show one shape image view at the time so maybe if you use something more...
As I understand there is [a good explanation here](https://github.com/square/okhttp/issues/2646) why this is happening. I would be grateful if @mattmook you can look at this because we are using your lib...
If anybody is wondering I fixed this issue by implementing a custom WebViewClient and overriding shouldInterceptRequest with OkHttp library that isn't affected with this issue. ```` override fun shouldInterceptRequest(view: WebView,...
> @kancic I'm now using the latest version of CT 2.2.1, kotlin 1.8.20, AGP 7.4 and I cannot reproduce it anymore I still see the issue with CT 2.4.6, Kotlin...