forked from organicmaps/organicmaps
[android] Back button closes download map confirmation dialogs
This commit is contained in:
parent
366339be12
commit
daa92c46b8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class DownloadUI extends PreferenceActivity
|
|||
setPreferenceScreen(createCountriesHierarchy(root, -1, -1, -1));
|
||||
|
||||
m_alert = new AlertDialog.Builder(this);
|
||||
m_alert.setCancelable(false);
|
||||
m_alert.setCancelable(true);
|
||||
|
||||
nativeCreate();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue