disable button disabling
This commit is contained in:
@ -93,9 +93,11 @@ public class UpdateHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isDone() {
|
public boolean isDone() {
|
||||||
if(this._updateRunner == null)
|
return false;
|
||||||
return true;
|
// this needs to be fixed and tested
|
||||||
return this._updateRunner.isDone();
|
//if(this._updateRunner == null)
|
||||||
|
// return true;
|
||||||
|
//return this._updateRunner.isDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
public class UpdateRunner implements Runnable, EepGet.StatusListener {
|
public class UpdateRunner implements Runnable, EepGet.StatusListener {
|
||||||
|
Reference in New Issue
Block a user