1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-02-09 20:30:41 +01:00
Konrad Pozniak 326676a9c6
split out FilteredStatusViewHolder from StatusBaseViewHolder (#4543)
This is way more efficient than before as less views need to be inflated
and bound for a filtered status to be rendered. It also should fix the
bug where sometimes a `StatusViewHolder` that is set up for showing a
status gets bound to a status that is filtered, leading to a crash.
2024-07-05 10:13:37 +02:00
..