Eat empty line
This commit is contained in:
parent
2b87de83de
commit
c13241a5c9
|
|
@ -12,8 +12,7 @@
|
|||
android:label="{{ cookiecutter.product_name }}"
|
||||
android:name="${applicationName}"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
{% if manifest_application %}
|
||||
{% for k, v in cookiecutter.pyproject.tool.flet.android.manifest_application.items() %}
|
||||
{% if manifest_application %}{% for k, v in cookiecutter.pyproject.tool.flet.android.manifest_application.items() -%}
|
||||
android:{{ k }}="{{ v }}"
|
||||
{% endfor %}{% endif %}
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
|
|
|
|||
Loading…
Reference in New Issue