davidliu

properly close debug menu after button press

@@ -39,6 +39,7 @@ fun DebugMenuDialog( @@ -39,6 +39,7 @@ fun DebugMenuDialog(
39 } 39 }
40 Button(onClick = { 40 Button(onClick = {
41 fullReconnect() 41 fullReconnect()
  42 + onDismissRequest()
42 }) { 43 }) {
43 Text("Reconnect to room") 44 Text("Reconnect to room")
44 } 45 }