mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-18 11:02:11 +08:00
Caused by AppBarLayout + WindowInset commit, which breaks some incorrect assumptions in CTL. Fixed by breaking apart ViewOffsetHelper so that its tracking of layout coordinates, and applying offsets, are done at different times. Also fixed catalog's AppBar sample layouts to set IDs, enabling state restoration to work. PiperOrigin-RevId: 239592953