chrisbanes / insetter

Insetter is a library to help apps handle WindowInsets more easily
https://chrisbanes.github.io/insetter
Apache License 2.0
1.13k stars 42 forks source link

Apply insets on every attach #91

Closed alexvanyo closed 3 years ago

alexvanyo commented 3 years ago

This PR fixes #90, by requesting insets every time the view is attached to a window.

This fixes some corner cases, where a detached view (such as one that was recycled in a RecyclerView) misses the application of new insets that occurred while it was detached.

chrisbanes commented 3 years ago

Thanks, looks good!