WT1.1.0+40 Premium feature settings
This commit is contained in:
@@ -59,14 +59,14 @@ class ExerciseControlBloc extends Bloc<ExerciseControlEvent, ExerciseControlStat
|
||||
if (event.step == step) {
|
||||
step++;
|
||||
scrollOffset = step * 200.0;
|
||||
print("step " +
|
||||
/* print("step " +
|
||||
step.toString() +
|
||||
" quantity " +
|
||||
quantity.toString() +
|
||||
" origQuantity: " +
|
||||
origQuantity.toString() +
|
||||
" scrollOffset: " +
|
||||
scrollOffset.toString());
|
||||
scrollOffset.toString()); */
|
||||
repeats.add(quantity);
|
||||
quantity = origQuantity;
|
||||
exerciseRepository.end = DateTime.now();
|
||||
|
||||
Reference in New Issue
Block a user