Skip to content
Snippets Groups Projects
Commit 82c61bdc authored by tobias's avatar tobias
Browse files

Fixed PadSettingsView Bug for multiple pages & load animation fixed

parent 384d7c7e
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,17 @@ public class DesktopPadViewController implements IPadViewControllerV2, EventHand
this.padDragListener = null;
this.pad = null;
// Remove SettingsView Reference
if (padSettingsViewController != null) {
padSettingsViewController.getStage().close();
padSettingsViewController = null;
}
// Hide Loading Animation
if (getView() != null)
getView().showBusyView(false);
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment