forked from organicmaps/organicmaps
[android] resume downloading the world map after rotation
When the device is rotated, the activity is destroyed. The solution implemented in the commit solves this by adding 'orientation' to the configChanges in the Android manifest Fixes: #4496 Signed-off-by: Emile Villette <emile.villette@student.uclouvain.be>
This commit is contained in:
parent
ec5eba222f
commit
7636a95942
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@
|
|||
|
||||
<activity
|
||||
android:name="app.organicmaps.DownloadResourcesLegacyActivity"
|
||||
android:configChanges="screenLayout|screenSize"/>
|
||||
android:configChanges="orientation|screenLayout|screenSize"/>
|
||||
|
||||
<activity-alias
|
||||
android:name="app.organicmaps.DownloadResourcesActivity"
|
||||
|
|
Loading…
Add table
Reference in a new issue