We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117fe4e commit 77aee3dCopy full SHA for 77aee3d
1 file changed
pythonforandroid/bootstraps/_sdl_common/build/templates/strings.tmpl.xml
@@ -3,7 +3,7 @@
3
<style name="KivySupportCutout">
4
<item name="android:windowNoTitle">true</item>
5
<!-- Display cutout is an area on some devices that extends into the display surface -->
6
- {% if args.display_cutout and args.display_cutout != 'never' %}
+ {% if args.display_cutout != 'never' %}
7
<item name="android:windowLayoutInDisplayCutoutMode">{{ args.display_cutout }}</item>
8
<item name="android:windowTranslucentStatus">true</item>
9
<item name="android:windowTranslucentNavigation">true</item>
0 commit comments