1.1.26+3 development
This commit is contained in:
@@ -50,11 +50,11 @@ class TrainingEvaluationBloc extends Bloc<TrainingEvaluationEvent, TrainingEvalu
|
||||
getTotalRepeats();
|
||||
createEvaluationData();
|
||||
getMaxLift();
|
||||
if (end == null || DateTime.now().difference(end!).inMinutes > 5) {
|
||||
/* if (end == null || DateTime.now().difference(end!).inMinutes > 5) {
|
||||
emit(TrainingEvaluationReady());
|
||||
} else {
|
||||
emit(TrainingEvaluationVictoryReady());
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
void createEvaluationData() {
|
||||
|
||||
Reference in New Issue
Block a user