fix: duplicate hero tag error in logs upload dialog
This commit is contained in:
@@ -124,7 +124,7 @@ class _LogsScreenState extends State<LogsScreen> {
|
||||
icon: const Icon(Icons.copy, size: 20),
|
||||
onPressed: () {
|
||||
Clipboard.setData(ClipboardData(text: id));
|
||||
showSuccessSnackBar(ctx, t.messages.logsCopied);
|
||||
showSuccessSnackBar(context, t.messages.logsCopied);
|
||||
},
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user