Skip to content

Commit

Permalink
Revert "fix(andorid,newarch): setHandledMapChangedEvents issue (rnmap…
Browse files Browse the repository at this point in the history
…box#3527)"

This reverts commit 7d72add.
  • Loading branch information
mfazekas committed Jun 18, 2024
1 parent b74fc6f commit 09c42f2
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,6 @@ class NativeMapViewModule(context: ReactApplicationContext, val viewTagResolver:
}
}

public fun setHandledMapChangedEvents(
viewRef: Double?,
events: ReadableArray,
promise: Promise
) {
setHandledMapChangedEvents(viewRef?.toInt(), events, promise)
}

override fun clearData(viewRef: ViewRefTag?, promise: Promise) {
withMapViewOnUIThread(viewRef, promise) {
it.clearData(createCommandResponse(promise))
Expand Down

0 comments on commit 09c42f2

Please sign in to comment.