Fix via handling
This commit is contained in:
parent
f4b2669f3d
commit
2c23951ea8
5 changed files with 101 additions and 99 deletions
|
|
@ -88,7 +88,7 @@ class Sidebar extends HookConsumerWidget {
|
|||
PopupMenuItem(
|
||||
onTap: () => showDialog(
|
||||
context: context,
|
||||
builder: (_) => JoinDialog(),
|
||||
builder: (_) => JoinDialog(ref),
|
||||
),
|
||||
child: ListTile(
|
||||
title: Text("Join an existing room (or space)"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue