mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Removed context snackbar
This commit is contained in:
parent
767f4affc6
commit
ac4dc2c774
24 changed files with 1 additions and 87 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue