[android] Back button closes download map confirmation dialogs

This commit is contained in:
Alex Zolotarev 2011-12-21 17:35:40 +03:00 committed by Alex Zolotarev
parent 366339be12
commit daa92c46b8

View file

@ -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();
}