FrancisG-Massey / Capstone2016

4 stars 0 forks source link

Side menu not closing #158

Closed FrancisG-Massey closed 8 years ago

FrancisG-Massey commented 8 years ago

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.

FrancisG-Massey commented 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.