This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Closed
Description
opened on Aug 7, 2016
We currently build a menu from template multiple times.
We should instead only do this only once, the call to Menu.buildFromTemplate
returns a menu object and we can use it to find items in the menu and update them as needed.
The problem that happens is when a menu is regenerated and the menu is expanded, then clicks on menu items won't work. This happens especially around when the app starts if you try to quit the menu item click doesn't work.
Activity