Skip to content

Commit

Permalink
Fix android compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
chayelheinsen committed Apr 24, 2024
1 parent 391ff50 commit 2ace77b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class RNMovableInkModule(reactContext: ReactApplicationContext) :
}

@ReactMethod
func setValidPasteboardValues(values: ReadableArray) {
fun setValidPasteboardValues(values: ReadableArray) {
MIClient.validPasteboardValues(values.toArrayList())
}

Expand Down

0 comments on commit 2ace77b

Please sign in to comment.