Skip to content

Conversation

nv08
Copy link
Collaborator

@nv08 nv08 commented Aug 20, 2025

No description provided.

@@ -5,7 +5,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
android:orientation="vertical">
android:orientation="vertical"
android:fitsSystemWindows="true">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fitsSystemWindows still exists, but its automatic padding behavior is mostly legacy now.

On Android 15 and above, you should migrate to WindowInsets handling using ViewCompat.setOnApplyWindowInsetsListener() or WindowInsetsController

@nv08 nv08 requested a review from raghav39 August 21, 2025 06:52
@raghav39 raghav39 merged commit d2a65fb into master Aug 25, 2025
@raghav39 raghav39 deleted the fix/window-inset branch August 25, 2025 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants