ConfirmationDialog - onResponse - Swipe

Hi Guys,

Need some help/explanation on the confirmation dailog. I'm building an app for my Vivoactive 3 and at some point I am using the confirmation dialog. It is working fine in the simulator and on the watch when pressing yes/no. However when you swipe across the display (in either direction) the simulator display the IQ with exclamation mark icon. The console reports:

Error: Symbol Not Found Error
Details: Failed invoking <symbol>
Stack:

The view holds here, but the console is still showing new output of the app, so the app is still running. On the watch the app exits to the app selection menu, however the app cannot be selected again and my watch face (another app) has returned to a default watch face and the custom watch face shows an error.

I have read some of the threads about the confirmation dialog. It is in essence a 3 option delegate. I think the problem lies in the handling of the back option. Yes/No are handled by onResponse, but how is the back option handled and how to divert it?

Pressing the crown has a similar problem. In the simulator it is the same as CONFIRM_YES, but on the watch the same happens as with swiping.