
Also ensure it shows this animation correctly when expanding "Versions". This is done by changing from `notifyDataSetChanged()` to the more specific `notifyItemRange(Inserted|Removed)`, which ensures the "Versions" item doesn't get rebuilt midway through an animation.