Found slider and popup dialog.

This commit is contained in:
Admin
2016-02-18 16:39:41 -06:00
parent d64a028f30
commit 8586bbd965
8 changed files with 64 additions and 25 deletions

View File

@@ -99,11 +99,12 @@ public class NestHome {
}
public void closeTheNest() {
theNest.endNestSession();
theNest = null;
theSession = null;
nestItems = null;
if(theSession != null) {
theNest.endNestSession();
theNest = null;
theSession = null;
nestItems = null;
}
}
}