Panagiotis Triantafyllou

minor steps fix when the service stops

......@@ -131,6 +131,7 @@ public class WarplyHealthService extends Service implements SensorEventListener
super.onDestroy();
unregisterStepSensor();
sendSteps();
}
@Nullable
......