Correctly close PAL when switching domains

This commit is contained in:
Zach Fox 2017-07-07 08:08:52 -07:00
parent ee9cdaff90
commit ea77557e38

View file

@ -865,6 +865,9 @@ function avatarDisconnected(nodeID) {
function clearLocalQMLDataAndClosePAL() {
sendToQml({ method: 'clearLocalQMLData' });
if (onPalScreen) {
tablet.gotoHomeScreen();
}
}
function avatarAdded(avatarID) {