IllegalStateException
@LukasPaczos @tobrun , is there anything about this crash that reveals that a change is needed in MapSnapshotter and/or the gestures library? Just checking in case this 🎫 could help improve things upstream.
@langsmith I believe that this is the line that's throwing: https://github.com/mapbox/mapbox-gl-native/blob/482dfc501c57c1f1dd78213caf8a861e1bdf7d79/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/snapshotter/MapSnapshotter.java#L368, which is expected and could be fixed up on the Demo App side.
Is there a fix for this issue yet? It has quickly risen up our list of crashes.
@JoelNieman this isn't an issue with the SDK code but the implementation code in this repository ( as @LukasPaczos mentioned in https://github.com/mapbox/mapbox-android-demo/issues/1136#issuecomment-525245762). @langsmith can you patch this up so we have a correct example implementation for @JoelNieman to use?
