forked from organicmaps/organicmaps
don't recreate DownloadResourcesActivity upon screen orientation change.
This commit is contained in:
parent
cfe025eacc
commit
ffa4d66948
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@
|
|||
<activity android:name="com.mapswithme.maps.DownloadUI"
|
||||
android:label="@string/download_maps"
|
||||
android:screenOrientation="behind"
|
||||
android:noHistory="true">
|
||||
android:noHistory="true"
|
||||
android:configChanges="orientation">
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
Loading…
Add table
Reference in a new issue