Skip to content

Commit

Permalink
Deprecating ControllerListenerWrapper to avoid it getting used in new…
Browse files Browse the repository at this point in the history
… code.

Reviewed By: oprisnik

Differential Revision: D63629706

fbshipit-source-id: 42ad21ab47df95eed72d0b016dbf02a5df7a3d70
  • Loading branch information
Kartavya Ramnani authored and facebook-github-bot committed Sep 30, 2024
1 parent 13badff commit dcb0427
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import com.facebook.imagepipeline.image.ImageInfo
import com.facebook.infer.annotation.Assertions
import com.facebook.infer.annotation.PropagatesNullable

@Deprecated("ControllerListenerWrapper is only supposed to be used for DraweeMigration.")
class ControllerListenerWrapper(private val controllerListener: ControllerListener<ImageInfo>) :
ImageListener {

Expand Down

0 comments on commit dcb0427

Please sign in to comment.