Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #206: Fix
AppBarLayout
insets.
We're hitting this behavior change when targeting Android 15: https://developer.android.com/about/versions/15/behavior-changes-15#not-edge-to-edge The documentation says: > you need to add android:fitsSystemWindows="true" if using AppBarLayout.
- Loading branch information