1
0

Add the ability to dynamically expand the application window (#2413)

This commit is contained in:
PoProstuSever
2024-02-06 19:48:31 +01:00
committed by GitHub
parent a05f1f70f7
commit ed5166333a

View File

@ -44,6 +44,7 @@
android:networkSecurityConfig="@xml/network_security_config"
android:supportsRtl="false"
android:theme="@style/WulkanowyTheme"
android:resizeableActivity="true"
tools:ignore="DataExtractionRules,UnusedAttribute">
<activity
android:name=".ui.modules.splash.SplashActivity"