Fix empty progress
This commit is contained in:
parent
146e97f3dc
commit
28fdd139fb
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public interface IProgress {
|
|||
public boolean isInterrupted() {return false;}
|
||||
|
||||
@Override
|
||||
public boolean isIndeterminate() {return false;}
|
||||
public boolean isIndeterminate() {return true;}
|
||||
|
||||
@Override
|
||||
public void finishTask() {}
|
||||
|
|
Loading…
Reference in a new issue