Skip to content

Commit

Permalink
OnMapLongClickListener on Android bug fix (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalgwo authored Jan 16, 2025
1 parent 8fe5fa2 commit 7d0bd13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ internal class AndroidMap(

map.addOnMapLongClickListener { coords ->
val pos = coords.toPosition()
callbacks.onClick(this, pos, screenLocationFromPosition(pos))
callbacks.onLongClick(this, pos, screenLocationFromPosition(pos))
true
}

Expand Down

0 comments on commit 7d0bd13

Please sign in to comment.