Hermawan Winata

Results 3 issues of Hermawan Winata

### Description When the models are rebuilt, below snippets https://github.com/airbnb/epoxy/blob/109d434d796da68f8599bf68ccc13cf833717a1f/epoxy-adapter/src/main/java/com/airbnb/epoxy/EpoxyVisibilityTracker.kt#L331-L340 may emit events in below order ``` VisibilityState.INVISIBLE VisibilityState.PARTIAL_IMPRESSION_INVISIBLE VisibilityState.UNFOCUSED_VISIBLE ``` although `detachEvent = true`. The screenshot below shows the...

**Describe the bug** Crashlytics reported this crash in our app. Our app uses both `BannerAdUnit` and `NativeAdUnit`. It seems that the `skadn` is not a Dictionary so below line fails....

To fix https://github.com/airbnb/epoxy/issues/1343, I believe a new callback that reports the latest visibility state(s) for that `EpoxyVisibilityItem` should be introduced. Without this aggregate information, client will need to somehow batch...