JRW
JRW
I'm experiencing the same on Mapbox SDK 9.5.1. Reverting to 9.1.0 fixes the issue. I don't get any logcat output, but I can see when profiling that the request is...
After more testing, sometimes there is a 2nd callback to onStatusChange where the requiredResourceCount is set correctly (~3000 in my case), requiredResourceCountIsPrecise is true but the downloadState has been set...
solution 2 does not work, we see the issue with `android.bundle.enableUncompressedNativeLibs = false` defined
100% Samsung on Android 13 (from an app with 10m+ installs)
The docs are a lie. If point isn't null then `Orchestra.tapOnPointV2Command` gets called instead of `tapOnElement`. tapOnPointV2Command has no notion of the tapped element. It needs to call `findElement(command.selector)` and...
``` app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintTop_toTopOf="parent" ``` is overriding the height and basically acting like match_parent