Use root navigator for activity share popup menu (#3869)

This commit is contained in:
Kelrap 2025-09-04 10:38:14 -04:00 committed by GitHub
parent def0664f89
commit 720f50bc8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,7 @@ class ShareRoomButton extends StatelessWidget {
}
return PopupMenuButton(
useRootNavigator: true,
child: const Icon(Symbols.upload),
onSelected: (value) async {
final spaceCode = room.classCode!;