Fix to my prev commit
This commit is contained in:
@@ -763,6 +763,7 @@ class Settings
|
|||||||
Globals.OptionalDataDownload[item] = isChecked;
|
Globals.OptionalDataDownload[item] = isChecked;
|
||||||
if( mandatory[item] && !isChecked )
|
if( mandatory[item] && !isChecked )
|
||||||
{
|
{
|
||||||
|
Globals.OptionalDataDownload[item] = true;
|
||||||
((AlertDialog)dialog).getListView().setItemChecked(item, true);
|
((AlertDialog)dialog).getListView().setItemChecked(item, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user