Commit a54021b
fix: add fitsSystemWindows to WebView to properly handle status bar
Added android:fitsSystemWindows="true" to the WebView in the layout XML
to work in conjunction with the programmatic WindowInsets handling.
This ensures the WebView content is not obscured by the status bar,
providing proper spacing at the top of the page.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 5907220 commit a54021b
File tree
1 file changed
+2
-1
lines changed- app/src/main/res/layout
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments