Skip to content

Commit b3cdfc3

Browse files
authored
Quick Fix for Android 15(API level 35) edge-to-edge (#2959)
(cherry picked from commit 6e21bc0)
1 parent 8d2233c commit b3cdfc3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

FlowCrypt/src/main/res/values/themes.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
~ Contributors: denbond7
44
-->
55

6-
<resources>
6+
<resources xmlns:tools="http://schemas.android.com/tools">
77
<!-- Base application theme. -->
88
<style name="AppTheme" parent="Theme.Material3.DayNight">
99

10+
<!-- A temporary solution to fix edge-to-edge issue, should be finally fixed by
11+
https://github.com/FlowCrypt/flowcrypt-android/issues/2958
12+
-->
13+
<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item>
14+
1015
<!-- Customize your theme here. -->
1116
<item name="colorPrimary">@color/colorPrimary</item>
1217
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>

0 commit comments

Comments
 (0)