Fix when user have activated action button

This commit is contained in:
Gregoire Parant
2020-11-01 11:53:24 +01:00
parent fcb7f364b6
commit 6051e5f46a
+1
View File
@@ -492,6 +492,7 @@ export class GameScene extends ResizableScene implements CenterListener {
} else { } else {
this.startJitsi(newValue as string); this.startJitsi(newValue as string);
} }
layoutManager.removeActionButton('jitsiRoom', this.userInputManager);
}, this.userInputManager); }, this.userInputManager);
} }
}); });