prevent cancel dring consolidate, move logic into progressable
This commit is contained in:
@@ -60,4 +60,10 @@ public class ProgressScaler implements Progressable {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setPreventCancel() {
|
||||
if (mWrapped != null) {
|
||||
mWrapped.setPreventCancel();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user