feat: update file deletion logic to support bulk deletion and modify QR upload URL structure
This commit is contained in:
@@ -190,9 +190,8 @@ class _CustomerDetailScreenState extends State<CustomerDetailScreen> {
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (context) => QrUploadDialog(
|
||||
// L'URL dinamico che il telefono digerirà!
|
||||
deepLinkUrl:
|
||||
'fluxapp://customer/${widget.customer.id}?action=camera',
|
||||
'fluxapp://customer/${widget.customer.id}/upload?name=${Uri.encodeComponent(widget.customer.nome)}',
|
||||
title: 'Scatta per ${widget.customer.nome}',
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user