From e7557a6edd01c14d6c5613e5a8470ebb3fee44ed Mon Sep 17 00:00:00 2001 From: Sasikanth Date: Thu, 30 Jan 2025 12:37:19 +0530 Subject: [PATCH] Opt-out of edge to edge enforcement on Android 15 (#5219) **Story:** https://app.shortcut.com/simpledotorg/story/14491/handle-edge-to-edge-enforcement-in-android-15 ## Description Stop-gap until we handle window insets properly in all screens and components --- CHANGELOG.md | 1 + common-ui/src/main/res/values-v35/theme.xml | 8 ++++++++ common-ui/src/main/res/values/theme.xml | 4 +++- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 common-ui/src/main/res/values-v35/theme.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index e64d52f12ef..896f974bbb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ - Bump Sentry Android to v8.0.0 - Bump Gradle to v8.12.1 - Bump Sentry Gradle plugin to v5 +- Opt out of edge-to-edge enforcement in Android 15 ### Fixes diff --git a/common-ui/src/main/res/values-v35/theme.xml b/common-ui/src/main/res/values-v35/theme.xml new file mode 100644 index 00000000000..e6cbbb077f6 --- /dev/null +++ b/common-ui/src/main/res/values-v35/theme.xml @@ -0,0 +1,8 @@ + + + + + diff --git a/common-ui/src/main/res/values/theme.xml b/common-ui/src/main/res/values/theme.xml index be1f27630da..35ba9eb327f 100644 --- a/common-ui/src/main/res/values/theme.xml +++ b/common-ui/src/main/res/values/theme.xml @@ -1,7 +1,7 @@ - +