Panagiotis Triantafyllou

minor steps fix when the service stops

...@@ -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
......