Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -131,6 +131,7 @@ public class WarplyHealthService extends Service implements SensorEventListener | ... | @@ -131,6 +131,7 @@ public class WarplyHealthService extends Service implements SensorEventListener |
| 131 | super.onDestroy(); | 131 | super.onDestroy(); |
| 132 | 132 | ||
| 133 | unregisterStepSensor(); | 133 | unregisterStepSensor(); |
| 134 | + sendSteps(); | ||
| 134 | } | 135 | } |
| 135 | 136 | ||
| 136 | @Nullable | 137 | @Nullable | ... | ... |
-
Please register or login to post a comment