Closed FrancisG-Massey closed 8 years ago
Need to use layers instead for this - i.e. use MobileApplication.getInstance().addLayerFactory("Menu", () -> menu);
to create the layer, then MobileApplication.getInstance().showLayer("Menu")
to display it.
When the side menu on the TraplineInfoView is opened and "Add Traps" selected, the menu appears to go away temporarily then pop back up.
Once the menu is closed (after pressing anywhere on the app other than the menu), trying to open the menu again by pressing the menu button fails.