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
Because I am using the base record both for inserting and result data that it is optional by default. When you are trying to insert a record metadata is optional but after the data insertion the metadata field will be populated. I need to use a separate base interface for results and inserts.
You can fix it and open a pull request if you want have some time.
Health Connect docs indicate for
ExerciseSessionRecords
, metadata field is@NonNull
but we typemetadata
to optional for every record (code):Do we do this because some record types don't include metadata? Is there a way we can correct it?
The text was updated successfully, but these errors were encountered: