facebook / facebook/litho

blank sticky SingleComponentSection

Abierto
#713 2 comentarios 0 reacciones 0 asignados Ver en GitHub
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.