mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-10 22:21:57 +02:00
Don't populate user list in pal until you connect the events up
This commit is contained in:
parent
39ad8be1b8
commit
d84ea6bf0f
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,6 @@ function onTabletScreenChanged(type, url) {
|
|||
|
||||
ContextOverlay.enabled = false;
|
||||
Users.requestsDomainListData = true;
|
||||
populateNearbyUserList();
|
||||
|
||||
audioTimer = createAudioInterval(conserveResources ? AUDIO_LEVEL_CONSERVED_UPDATE_INTERVAL_MS : AUDIO_LEVEL_UPDATE_INTERVAL_MS);
|
||||
|
||||
|
@ -726,6 +725,7 @@ function onTabletScreenChanged(type, url) {
|
|||
Users.usernameFromIDReply.connect(usernameFromIDReply);
|
||||
triggerMapping.enable();
|
||||
triggerPressMapping.enable();
|
||||
populateNearbyUserList();
|
||||
} else {
|
||||
off();
|
||||
ContextOverlay.enabled = true;
|
||||
|
|
Loading…
Reference in a new issue