Commit 6ee22b7
committed
Fix: Address Play Store warnings for edge-to-edge implementation
Modifies the enableEdgeToEdge() call in MainActivity to explicitly set
the navigationBarStyle to transparent. This is intended to resolve
Play Store warnings about the deprecated setNavigationBarColor API.
The app already targets SDK 35 and uses enableEdgeToEdge(), which
should address the general warning about edge-to-edge display and
the LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES warning by adhering
to modern Android best practices.
Further review of the deprecated accompanist-systemuicontroller
library is recommended as a follow-up action.1 parent 84ded38 commit 6ee22b7
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments