Skip to content

Commit

Permalink
Fix for [health 10.2.0] #1010
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimShadyIAm committed Aug 23, 2024
1 parent 787836d commit 7d7058c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/health/lib/src/heath_data_types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,15 @@ const List<HealthDataType> dataTypeKeysAndroid = [
HealthDataType.STEPS,
HealthDataType.WEIGHT,
HealthDataType.DISTANCE_DELTA,
HealthDataType.SLEEP_AWAKE,
HealthDataType.SLEEP_AWAKE_IN_BED,
HealthDataType.SLEEP_ASLEEP,
HealthDataType.SLEEP_IN_BED,
HealthDataType.SLEEP_AWAKE_IN_BED,
HealthDataType.SLEEP_AWAKE,
HealthDataType.SLEEP_DEEP,
HealthDataType.SLEEP_LIGHT,
HealthDataType.SLEEP_REM,
HealthDataType.SLEEP_OUT_OF_BED,
HealthDataType.SLEEP_UNKNOWN,
HealthDataType.SLEEP_REM,
HealthDataType.SLEEP_SESSION,
HealthDataType.SLEEP_UNKNOWN,
HealthDataType.WATER,
HealthDataType.WORKOUT,
HealthDataType.RESTING_HEART_RATE,
Expand Down

0 comments on commit 7d7058c

Please sign in to comment.