Activities end by itself when the 'destination reached' message appears
-
Three times within about one week (and twice today) the activity ended by itself when the ‘destination reached’ message appeared – the watch went back to the unlock screen (code entry). This is definitely a bug. Vertical 2.
-
@maszop said in Activities end by itself when the 'destination reached' message appears:
Three times within about one week (and twice today) the activity ended by itself when the ‘destination reached’ message appeared
This likely means the activity crashes abnormally - that would be a better way to call this. As a software engineer I’d guess that there is a race condition - that is a term that means that some part of the software stack thinks that the navigation has ended and some other part of the software stack thinks it hasn’t ended yet and try to update something in navigation related data that is no longer valid.
The timing may be such that the race condition occurs infrequently so it is hard to reproduce. @maszop, there may be something in your watch or activity setup that makes it more likely, for example some specific S+ apps running at the same time. Can you think of anything?