Skip to content

Commit

Permalink
Merge pull request #717 from lkh42t/master
Browse files Browse the repository at this point in the history
[health] Fix type mismatch in `getStepsHealthConnect`
  • Loading branch information
hoffmatteo authored Jul 17, 2023
2 parents af9f820 + 5cdc640 commit 6621e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ class HealthPlugin(private var channel: MethodChannel? = null) :
result.success(stepsInInterval)
} catch (e: Exception) {
Log.i("FLUTTER_HEALTH::ERROR", "unable to return steps")
result.success(false)
result.success(null)
}
}

Expand Down

0 comments on commit 6621e87

Please sign in to comment.