improved debug functionality
This commit is contained in:
@@ -104,6 +104,11 @@ public abstract class AbstractLoadingBar {
|
||||
}
|
||||
|
||||
|
||||
protected void showLoadingBar(boolean debug, boolean passedMinutesZero) {
|
||||
showLoadingBar(debug, passedMinutesZero, 100L);
|
||||
}
|
||||
|
||||
|
||||
protected void showLoadingBarDebug(boolean passedMinutesZero, long millisWaiting) {
|
||||
showLoadingBar(true, passedMinutesZero, millisWaiting);
|
||||
}
|
||||
|
Reference in New Issue
Block a user