Hi,
I'm developing an watch app and a strage thing occured. Dispite using Menu object I implemented my own one basing on an integer tracing the user selection.
In particular I have 3 options: go_back, discard_and_quit, save_and_quit... go_back works well and the session.pause() again restarts with session.start() recording on the FIT file however if I choose both discard or save the app should execute session.save() or session.discard() then session = null (I can also skip that) and last System.exit() to return in a clear way from the app to the system.
What happens in the Fenix 5 is that the app exit to the system app list and immediately restarts without any button click. The same app handles a version for touch devices that use the same sequence of instructions reported above triggered by the click of the button on the touch screen and everything works well (in my vivoactive 4). and the app does not re-enter automaticaly.
Thanks in advance for any suggestion