Fixed crash in Java code
This commit is contained in:
@@ -136,6 +136,11 @@ class Settings
|
||||
|
||||
public static void showConfig(final MainActivity p) {
|
||||
settingsChanged = true;
|
||||
|
||||
if( Globals.OptionalDataDownload == null )
|
||||
Globals.OptionalDataDownload = new boolean[Globals.DataDownloadUrl.split("\\^").length];
|
||||
Globals.OptionalDataDownload[0] = true;
|
||||
|
||||
showConfigMainMenu(p);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user