Skip to content

Commit

Permalink
Make StickerDrawable Nullsafe (2/n)
Browse files Browse the repository at this point in the history
Reviewed By: jocelynluizzi13

Differential Revision: D70065705

fbshipit-source-id: e99a1fe5afff519d82f88bbac2b20a5a9630f0bc
  • Loading branch information
Fernando A. Maluenda Paris authored and facebook-github-bot committed Feb 28, 2025
1 parent 30e7642 commit b799640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public BUILDER reset() {

/** Sets the caller context. */
@Override
public BUILDER setCallerContext(Object callerContext) {
public BUILDER setCallerContext(@Nullable Object callerContext) {
mCallerContext = callerContext;
return getThis();
}
Expand Down

0 comments on commit b799640

Please sign in to comment.