SDK: 3.0.3
Device: Fenix 5s, Software version: 10.00
Eclipse: Photon Release (4.8.0), Build id: 20180619-1200
Description
addItem method of Menu2 does not seem to do anything. When calling the method, nothing noticeable happens.
The problem reproduces on Fenix 5s hardware, but not in simulator.
Steps to reproduce
Sample project is attached: Menu2-add-item-bug.zip
- Open sample app;
- Scroll down - note that menu has 3 items in total: Add item + 2 more items;
- Focus on "Add item" and press Start;
- Scroll down again and note that new item has not been added.
In simulator, the new item gets added to the list each time "Add item" is selected, and the same behavior is expected on hardware.