Acknowledged
CIQQA-3740

bug: setActionMenuIndicator(null) doesn't behave as it's supposed to according to the docs

This was reported 8 months and a few SDK versions ago (see:  bug: vivoactive6 unusable  ) , but this still wasn't fixed in SDK 8.4.0. This happens in the simulator with vivoactive6 and venux1 (the only devices I tested and I don't have any of these physically, so I don't know if it's only a simulator bug)

Calling: setActionMenuIndicator(null) neither removes the indicator, nor disables the action (meaning: swipe left still triggers onActionMenu)

But according to the documentation in https://developer.garmin.com/connect-iq/api-docs/Toybox/WatchUi/View.html#setActionMenuIndicator-instance_function calling with null should disable it.

Parameters:

  • options  (Lang.Dictionary)  

    Optional parameters for action menu indicator settings. If null, the action menu indicator will be disabled.