[android] Fixed landscape orientation in download map screen.

This commit is contained in:
velichkomarija 2021-01-20 14:37:25 +03:00 committed by Aleksandr Zatsepin
parent 61417b2eff
commit 69aec24e9e

View file

@ -233,7 +233,7 @@
<activity
android:name="com.mapswithme.maps.DownloadResourcesLegacyActivity"
android:configChanges="orientation|screenLayout|screenSize"
android:configChanges="screenLayout|screenSize"
android:label="@string/app_name"/>
<activity