dialog qr si chiude quando upload finito

This commit is contained in:
2026-05-09 11:43:54 +02:00
parent 73c5751677
commit a81515e4d8
3 changed files with 18 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
part of 'attachments_bloc.dart';
enum AttachmentsStatus { initial, loading, uploading, success, failure }
enum AttachmentsStatus { initial, loading, ready, uploading, success, failure }
enum AttachmentParentType {
operation('operation_id'),