MapLibre Android Version
12.0.1
Android SDK Version
Any
Device
Any
What happened?
When there is no network connection, executeRequest will not be called. I call setStyle,when no network,the HttpRequestImpl ->executeRequest not work.but when network connected,executeRequest is work.
Steps to reproduce
1.disconnected network
2.call setStyle("http://127.0.0.1:8102/style/"),this is my custom style url,It's just a special link and actually doesn't exist
The HttpRequestImpl executeRequest method will not be called。
Renderer
No response
Relevant log output
Additional context
No response