MarcusWolschon / osmeditor4android

Vespucci is a OpenStreetMap editor for Android
http://vespucci.io
Other
382 stars 83 forks source link

Fix deleted relation members being re-highlighted #2609

Closed simonpoole closed 4 months ago

simonpoole commented 4 months ago

Dragging the map invalidates any active EasyEditActionModes causing onPrepareActionMode to be called, in the case of the EditRelationMembersActionModeCallback this caused the members to be highlighted without considering the deleted members.

Fixes https://github.com/MarcusWolschon/osmeditor4android/issues/2582