Removed unnecessary status text
This commit is contained in:
@@ -132,7 +132,7 @@ class DataDownloader extends Thread
|
|||||||
Parent = _Parent;
|
Parent = _Parent;
|
||||||
DownloadComplete = false;
|
DownloadComplete = false;
|
||||||
Status = new StatusWriter( _Status, _Parent );
|
Status = new StatusWriter( _Status, _Parent );
|
||||||
Status.setText( "Connecting to " + Globals.DataDownloadUrl );
|
//Status.setText( "Connecting to " + Globals.DataDownloadUrl );
|
||||||
outFilesDir = Parent.getFilesDir().getAbsolutePath();
|
outFilesDir = Parent.getFilesDir().getAbsolutePath();
|
||||||
if( Globals.DownloadToSdcard )
|
if( Globals.DownloadToSdcard )
|
||||||
outFilesDir = "/sdcard/app-data/" + Globals.class.getPackage().getName();
|
outFilesDir = "/sdcard/app-data/" + Globals.class.getPackage().getName();
|
||||||
|
|||||||
Reference in New Issue
Block a user