WT 1.1.13+2 double values fix
This commit is contained in:
@@ -102,7 +102,7 @@ class ExerciseNewBloc extends Bloc<ExerciseNewEvent, ExerciseNewState> with Logg
|
||||
yield ExerciseNewReady();
|
||||
} else if (event is ExerciseNewWeightChange) {
|
||||
yield ExerciseNewLoading();
|
||||
customerRepository.setWeight(event.value.toInt());
|
||||
customerRepository.setWeight(event.value);
|
||||
changedWeight = true;
|
||||
weight = event.value;
|
||||
getBMI();
|
||||
|
||||
Reference in New Issue
Block a user