Use root navigator for activity share popup menu (#3869)
This commit is contained in:
parent
def0664f89
commit
720f50bc8c
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class ShareRoomButton extends StatelessWidget {
|
|||
}
|
||||
|
||||
return PopupMenuButton(
|
||||
useRootNavigator: true,
|
||||
child: const Icon(Symbols.upload),
|
||||
onSelected: (value) async {
|
||||
final spaceCode = room.classCode!;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue