You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
There is a missing return statement in here on v5.1.0 resulting in an ArrayIndexOutOfBoundsException if we were to try update a non-existent polyline.
I noticed AnnotationManager has been refactored on master, but I wanted to give heads up on this issue anyway.
There is a missing return statement in here on v5.1.0 resulting in an ArrayIndexOutOfBoundsException if we were to try update a non-existent polyline.
I noticed
AnnotationManager
has been refactored onmaster
, but I wanted to give heads up on this issue anyway.UPDATE
The issue is actually still present here.
The text was updated successfully, but these errors were encountered: