Skip to content

Commit

Permalink
fix(android): withLayerIDs: is optional (#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Nov 27, 2023
1 parent 17487c4 commit cbfba84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class NativeMapViewModule(context: ReactApplicationContext, val viewTagResolver:
viewRef: Double?,
withBBox: ReadableArray,
withFilter: ReadableArray,
withLayerIDs: ReadableArray,
withLayerIDs: ReadableArray?,
promise: Promise
) {
withMapViewOnUIThread(viewRef, promise) {
Expand Down

0 comments on commit cbfba84

Please sign in to comment.