blank sticky SingleComponentSection
- Lenguaje dominante
- Kotlin
- Estrellas
- 7.8k
- Forks
- 768
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
- [x] I have searched [existing issues](https://github.com/facebook/litho/issues) and this is not a duplicate
## Version
0.38.0
## Issues and Steps to Reproduce
```
SingleComponentSection.create(c)
.sticky(true)
.component(
Text.create(c)
.text(entry.key)
.alignment(TextAlignment.CENTER)
.verticalGravity(VerticalGravity.CENTER)
.backgroundColor(Color.parseColor("#00574B"))
.heightDip(55f)
.textSizeSp(25f)
.textColor(Color.WHITE)
)
```
if I scroll vertically fast up and down, the sticky component goes blank in some point and it renders again if I scroll it to the stick position again;
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.