Removed context snackbar

This commit is contained in:
Juan Gilsanz Polo 2023-05-06 02:46:29 +02:00
parent 767f4affc6
commit ac4dc2c774
24 changed files with 1 additions and 87 deletions

View file

@ -35,7 +35,6 @@ class DeleteModal extends StatelessWidget {
}
showSnacbkar(
context: context,
appConfigProvider: appConfigProvider,
label: AppLocalizations.of(context)!.connectionRemoved,
color: Colors.green
@ -43,7 +42,6 @@ class DeleteModal extends StatelessWidget {
}
else {
showSnacbkar(
context: context,
appConfigProvider: appConfigProvider,
label: AppLocalizations.of(context)!.connectionCannotBeRemoved,
color: Colors.red