I currently have the problem that the distance information is not updated at all when calling it as in the past in my periodical timer in following way:
using Toybox.Activity as Act;
_activityInfo = Act.getActivityInfo();
fdist = _activityInfo.elapsedDistance
Additionally a new lap can only be added one time via addLap(). Afterwards I get false as a response.
The problem only appears if I use the simulator delivered with CIQ 2.1.3. If I use the simulator delivered with CIQ 1.2.9 everything works fine. In both cases the project was compiled with the latest tools.
Any ideas on that?
Thanks in advance,
Robert