airbnb / MagazineLayout

A collection view layout capable of laying out views in vertically scrolling grids and lists.
Apache License 2.0
3.3k stars 219 forks source link

Fix more target content offset edge cases #118

Closed bryankeller closed 8 months ago

bryankeller commented 8 months ago

Details

This fixes more edge cases. One thing that simplified things quite a bit is that when inserting / deleting items, we only try to preserve the content offset if we're scrolled to the very top or bottom. If we're somewhere in the middle, we just let the insert / delete affect the content offset.

Related Issue

N/A

Motivation and Context

See above

How Has This Been Tested

Types of changes

Checklist