feat: Implement updated receive share logic

This commit is contained in:
Anton Stubenbord
2023-10-02 23:59:42 +02:00
parent 653344c9ee
commit 37ed8bbb04
47 changed files with 1695 additions and 730 deletions

View File

@@ -265,7 +265,7 @@ class _ScannerPageState extends State<ScannerPage>
// For paperless version older than 1.11.3, task id will always be null!
context.read<DocumentScannerCubit>().reset();
context
.read<TaskStatusCubit>()
.read<PendingTasksNotifier>()
.listenToTaskChanges(uploadResult!.taskId!);
}
}