chore: dismiss last snackbar before show invite snackbar (#4337)
This commit is contained in:
parent
ff85fc8a9c
commit
c61f8488ba
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue