airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.46k stars 730 forks source link

[ComposeInterop] EpoxyInterop now handles @AfterPropSet ModelView methods #1309

Closed ghost closed 1 year ago

ghost commented 1 year ago

Currently EpoxyInterop won't call any @AfterPropSet method in the view. This fixes that by calling handlePostBind after the view has been bound.

Modified example to show alternating title colors with @AfterPropSet fun changeTitleColor()

Alternating title color.

Before After
image image