It appears to be worse than that as it also autolaps on my fr735xt every 1.61km (apparently 1 mile is the default internally? In all my running activity profiles I'm using metric units, so it's certainly not taken from there).
To reproduce: create a watch app which creates a default running session
if (session == null) {
session = Record.createSession({
:sport=>Record.SPORT_RUNNING,
:name=>"Run"
});
}
session.start();Expected behaviour: if no laps are requested to be created from within the app, no laps should be created.
Related threads: