fix: remove duplicate navigator pop in member actions popup (#5048)
This commit is contained in:
parent
fa4de79b3b
commit
f2ae83ef08
1 changed files with 0 additions and 1 deletions
|
|
@ -337,7 +337,6 @@ void showMemberActionsPopupMenu({
|
|||
enableEncryption: false,
|
||||
),
|
||||
);
|
||||
Navigator.of(context).pop();
|
||||
final roomId = roomIdResult.result;
|
||||
if (roomId == null) return;
|
||||
router.go('/rooms/$roomId');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue