Fix join timing issue

This commit is contained in:
N-Pex 2021-01-12 20:28:23 +01:00
parent 0f7d9893c4
commit 0130858908
8 changed files with 1108 additions and 1081 deletions

View file

@ -397,7 +397,7 @@ export default {
},
onRoomNotJoined() {
this.$navigation.push({ name: "Join", hash: this.roomId }, 0);
this.$navigation.push({ name: "Join", params: { roomId: this.roomId }}, 0);
},
touchX(event) {