BCLib Syncing fixes
This commit is contained in:
parent
59fcaf6ee9
commit
617573ca09
3 changed files with 4 additions and 4 deletions
|
@ -151,7 +151,7 @@ public class ProgressScreen extends GridScreen implements ProgressListener {
|
|||
@Override
|
||||
public void progressStart(Component component) {
|
||||
this.progressStage(component);
|
||||
this.progressStagePercentage(30);
|
||||
this.progressStagePercentage(0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue