Skip to content

Commit

Permalink
fbandroid/libraries/fresco/drawee/src/main/java/com/facebook/drawee/v…
Browse files Browse the repository at this point in the history
…iew/DraweeHolder.java

Reviewed By: jocelynluizzi13

Differential Revision: D62930026

fbshipit-source-id: 79fbbc3f029c6bebc46280af8530de2e71ebd6d5
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Sep 18, 2024
1 parent 95cb57e commit c5bd305
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ public void onDraw() {
private void setVisibilityCallback(@Nullable VisibilityCallback visibilityCallback) {
Drawable drawable = getTopLevelDrawable();
if (drawable instanceof VisibilityAwareDrawable) {
// NULLSAFE_FIXME[Parameter Not Nullable]
((VisibilityAwareDrawable) drawable).setVisibilityCallback(visibilityCallback);
}
}
Expand Down

0 comments on commit c5bd305

Please sign in to comment.