WT1.1.3 logo change, error fixes
This commit is contained in:
@@ -7,6 +7,7 @@ import 'package:aitrainer_app/repository/workout_tree_repository.dart';
|
||||
import 'package:bloc/bloc.dart';
|
||||
import 'package:equatable/equatable.dart';
|
||||
import 'package:flurry/flurry.dart';
|
||||
import 'package:flurry/flurry.dart';
|
||||
import 'package:meta/meta.dart';
|
||||
|
||||
part 'exercise_plan_event.dart';
|
||||
@@ -48,6 +49,7 @@ class ExercisePlanBloc extends Bloc<ExercisePlanEvent, ExercisePlanState> {
|
||||
try {
|
||||
if (event is ExercisePlanLoad) {
|
||||
yield ExercisePlanLoading();
|
||||
Flurry.logEvent("exercisePlan");
|
||||
await this.getData();
|
||||
yield ExercisePlanReady();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user