mirror of
https://github.com/tuskyapp/Tusky
synced 2025-02-09 20:30:41 +01:00
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.