WT 1.1.18+7 fix not details activate
This commit is contained in:
@@ -308,6 +308,9 @@ class TrainingPlanActivatePage extends StatelessWidget with Trans {
|
||||
}
|
||||
|
||||
void activate(TrainingPlan plan, TrainingPlanBloc bloc) {
|
||||
if (plan.details == null || plan.details!.isEmpty) {
|
||||
return;
|
||||
}
|
||||
if (Cache().myTrainingPlan != null) {
|
||||
showCupertinoDialog(
|
||||
useRootNavigator: true,
|
||||
|
||||
Reference in New Issue
Block a user