mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-19 00:10:24 +00:00
Fixed show snackbar error
This commit is contained in:
parent
9a1ffa43f4
commit
89aa022f2d
6 changed files with 13 additions and 20 deletions
|
@ -55,7 +55,6 @@ class AddedClientTile extends StatelessWidget {
|
|||
icon: Icons.copy_rounded,
|
||||
onTap: () {
|
||||
copyToClipboard(
|
||||
context: context,
|
||||
value: client.ids.toString().replaceAll(RegExp(r'^\[|\]$'), ''),
|
||||
successMessage: AppLocalizations.of(context)!.copiedClipboard,
|
||||
);
|
||||
|
@ -189,7 +188,6 @@ class AddedClientTile extends StatelessWidget {
|
|||
icon: Icons.copy_rounded,
|
||||
onTap: () {
|
||||
copyToClipboard(
|
||||
context: context,
|
||||
value: client.ids.toString().replaceAll(RegExp(r'^\[|\]$'), ''),
|
||||
successMessage: AppLocalizations.of(context)!.copiedClipboard,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue