From edfd514b65820c2b5164668e780b19149ca25a28 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Thu, 16 Jan 2025 23:16:46 +0100 Subject: [PATCH] Temporarily opt ucrop activity out of Android 15 edge-to-edge This should be reverted as soon as https://github.com/Yalantis/uCrop/issues/913 is fixed --- app/src/main/AndroidManifest.xml | 2 +- app/src/main/res/values-v35/themes.xml | 7 +++++++ app/src/main/res/values/themes.xml | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/values-v35/themes.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 57d875c67f..fc919222da 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -179,7 +179,7 @@ + android:theme="@style/TempUCropAndroid15WorkaroundTheme" /> + + + + \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index b33186347a..ef1f2a71c9 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -1,4 +1,7 @@ + +