You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the swimBikeRun WorkoutActivityType is missing, resulting in an InvalidValueException. This breaks HealthKitReporter.workoutQuery() with no way to work around the issue.
To Reproduce
Record a swimikeRun activity and try to import it with workoutQuery().
Expected behavior
I expect workoutQuery() to return the workout. We will always have unknown workout activity types because Apple keeps adding them. In this case it would be OK to have an "unknown" type returned.
Screenshots
Problem is this line in workout_activity_type.dart:
Describe the bug
the swimBikeRun WorkoutActivityType is missing, resulting in an InvalidValueException. This breaks HealthKitReporter.workoutQuery() with no way to work around the issue.
To Reproduce
Record a swimikeRun activity and try to import it with workoutQuery().
Expected behavior
I expect workoutQuery() to return the workout. We will always have unknown workout activity types because Apple keeps adding them. In this case it would be OK to have an "unknown" type returned.
Screenshots
Problem is this line in workout_activity_type.dart:
The text was updated successfully, but these errors were encountered: