Skip to content

Commit

Permalink
Set UI framework for Vito Litho component
Browse files Browse the repository at this point in the history
Reviewed By: kartavya-ramnani

Differential Revision: D65563530

fbshipit-source-id: a15abf86d4d7dce6749af544569f40a7199bbe69
  • Loading branch information
oprisnik authored and facebook-github-bot committed Nov 12, 2024
1 parent 05f900c commit 672571b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object FrescoVitoImage2Spec {
@JvmStatic
@OnCreateMountContent(mountingType = MountingType.DRAWABLE)
fun onCreateMountContent(c: Context?): FrescoDrawableInterface =
FrescoVitoProvider.getController().createDrawable()
FrescoVitoProvider.getController().createDrawable("litho")

@JvmStatic
@OnMeasure
Expand Down

0 comments on commit 672571b

Please sign in to comment.