I am currently developing a "Watch App" for Edge devices, and I've used the "Menu2InputDelegate" for the application's menu.
When I enter a menu item within the menu and then want to go back to the menu using the "onBack" event by pressing the "back" button, it works as expected.
However, if I then press the back button again in the menu to exit the menu and want to return to the main screen, it seems that the back button action takes me back to the previously visited menu item.
The "onBack" event of the Menu2InputDelegate seems to behave differently than the onBack function of the BehaviourDelegate; it doesn't even execute when pressing the KEY_ESC. How can I achieve the ability to detect the back button press within a Menu2InputDelegate?