Skip to content

Commit

Permalink
Update specs for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Dec 9, 2024
1 parent a0d0226 commit 3b12b66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void setProperty(T view, String propName, @Nullable Object value) {
}

@Override
public void receiveCommand(T view, String commandName, ReadableArray args) {
public void receiveCommand(T view, String commandName, @Nullable ReadableArray args) {
switch (commandName) {
case "blur":
mViewManager.blur(view);
Expand Down

0 comments on commit 3b12b66

Please sign in to comment.