We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2233c commit b3cdfc3Copy full SHA for b3cdfc3
1 file changed
FlowCrypt/src/main/res/values/themes.xml
@@ -3,10 +3,15 @@
3
~ Contributors: denbond7
4
-->
5
6
-<resources>
+<resources xmlns:tools="http://schemas.android.com/tools">
7
<!-- Base application theme. -->
8
<style name="AppTheme" parent="Theme.Material3.DayNight">
9
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
+
15
<!-- Customize your theme here. -->
16
<item name="colorPrimary">@color/colorPrimary</item>
17
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
0 commit comments