Skip to content

Commit

Permalink
Expose BaseProducerContext#CALLER_CONTEXT_UNSET
Browse files Browse the repository at this point in the history
Reviewed By: kartavya-ramnani

Differential Revision: D64041975

fbshipit-source-id: 09dd698482d83172b69a9fa05795a776b3251e2f
  • Loading branch information
oprisnik authored and facebook-github-bot committed Oct 8, 2024
1 parent 6ee7085 commit cc1dcc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class BaseProducerContext implements ProducerContext {

public static final Set<String> INITIAL_KEYS =
ImmutableSet.of(HasExtraData.KEY_ID, HasExtraData.KEY_URI_SOURCE);
private static final Object CALLER_CONTEXT_UNSET = new Object();
public static final Object CALLER_CONTEXT_UNSET = new Object();

private final ImageRequest mImageRequest;
private final String mId;
Expand Down

0 comments on commit cc1dcc6

Please sign in to comment.