fix: remove duplicate navigator pop in member actions popup (#5048)

This commit is contained in:
ggurdin 2026-01-05 12:01:49 -05:00 committed by GitHub
parent fa4de79b3b
commit f2ae83ef08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -337,7 +337,6 @@ void showMemberActionsPopupMenu({
enableEncryption: false,
),
);
Navigator.of(context).pop();
final roomId = roomIdResult.result;
if (roomId == null) return;
router.go('/rooms/$roomId');