chore: dismiss last snackbar before show invite snackbar (#4337)

This commit is contained in:
ggurdin 2025-10-10 15:44:00 -04:00 committed by GitHub
parent ff85fc8a9c
commit c61f8488ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -399,6 +399,7 @@ class PangeaInvitationSelectionController
},
);
if (success.error == null) {
ScaffoldMessenger.of(context).hideCurrentSnackBar();
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(L10n.of(context).contactHasBeenInvitedToTheChat),