Commit 372d677
Update SystemBarProtectionSnippets.kt
Retrieve WindowInsets and Density in Composition. Calculate status bar height within lambda. Allows for height to be calculated when lambda is called. As a result, reduces number of recompositions.
Co-authored-by: Alex Vanyo <[email protected]>1 parent 20a05c9 commit 372d677
File tree
1 file changed
+3
-2
lines changed- compose/snippets/src/main/java/com/example/compose/snippets/layouts
1 file changed
+3
-2
lines changedcompose/snippets/src/main/java/com/example/compose/snippets/layouts/SystemBarProtectionSnippets.kt
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments