-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[health]callToHealthTypes
in HelathPlugin.kt calls keyToHealthDataType
with wrong key always.
#201
Labels
bugfix
a bug fix
Comments
callToHealthTypes
method calls keyToHealthDataType
with wrong key always.callToHealthTypes
in HelathPlugin.kt calls keyToHealthDataType
with wrong key always.
+1 applying this fixed an issue where permissions were not being granted on my end, resulting in Google auth errors when retrieving data. Thanks for the fix! Tested on a Galaxy S8 and a Pixel 3a for the permissions: BODY_FAT_PERCENTAGE, STEPS, HEART_RATE, BODY_TEMPERATURE, BLOOD_GLUCOSE |
Thank you, I will review and merge this. |
Merged in version 2.0.7 :) |
thomasnilsson
pushed a commit
that referenced
this issue
Oct 10, 2020
hibitness-quan-nguyen2
pushed a commit
to hibitness/flutter-plugins
that referenced
this issue
Dec 18, 2023
hibitness-quan-nguyen2
pushed a commit
to hibitness/flutter-plugins
that referenced
this issue
Dec 18, 2023
merged code from issue cph-cachet#201
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Device / Emulator and OS
Please complete the following information for each phone and/or emulator you're experiencing this bug on:
Describe the bug
callToHealthTypes
method callskeyToHealthDataType
with wrong key that isArrayList.toString()
.ArrayList.toString()
returns[WEIGHT]
for example.Expected behavior
Additional information
There is PR.
#200
The text was updated successfully, but these errors were encountered: