Skip to content

Commit

Permalink
Add touchEventListener and increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
erol.aksoy committed Mar 2, 2023
1 parent d3644d6 commit 7d59ab0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ class MapView : FrameLayout, Map, MapsLifeCycle {
touchEventListener = null
}

override fun onTouchEvent(event: MotionEvent?): Boolean {
return super.onTouchEvent(event)
}

override fun clear() {
mapOperation.clear()
}
Expand Down

0 comments on commit 7d59ab0

Please sign in to comment.