Fix join timing issue
This commit is contained in:
parent
0f7d9893c4
commit
0130858908
8 changed files with 1108 additions and 1081 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue