Commit 58701d7
committed
feat(android): enable edge-to-edge support for Android 9 and above
The goal here is to add back an approximation of the old preference StatusBarOverlaysWebview. We did this by removing the API 35, android 15, version gate on the AndroidEdgeToEdge preference, allowing edge-to-edge mode to be enabled on Android 9+ (API 28). We can do this now because AndroidEdgeToEdge is still opt in, so we can enforce an OutSystemsUI upgrade on users who choose to opt in. We couldn't do this before when it was originally going to be the default to be opted in, as that would force a breaking change on users.1 parent 26f5ad0 commit 58701d7
2 files changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
| 122 | + | |
124 | 123 | | |
125 | 124 | | |
126 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
0 commit comments