return tablet to home on change domain

This commit is contained in:
Liv 2018-04-08 19:30:56 -07:00 committed by Liv Erickson
parent 3b8e52ea41
commit 6f020a7ec8

View file

@ -457,6 +457,7 @@ var toolBar = (function () {
Window.domainChanged.connect(function () {
that.setActive(false);
that.clearEntityList();
tablet.gotoHomeScreen();
});
Entities.canAdjustLocksChanged.connect(function (canAdjustLocks) {