Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2022-09-02 18:21:54 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ee78222e87165c7756043bef64c3968997eaee54
ee78222e
1 parent
a91bb373
minor steps fix when the service stops
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
warply_android_sdk/src/main/java/ly/warp/sdk/services/WarplyHealthService.java
warply_android_sdk/src/main/java/ly/warp/sdk/services/WarplyHealthService.java
View file @
ee78222
...
...
@@ -131,6 +131,7 @@ public class WarplyHealthService extends Service implements SensorEventListener
super
.
onDestroy
();
unregisterStepSensor
();
sendSteps
();
}
@Nullable
...
...
Please
register
or
login
to post a comment