From 64989508f1067196f079e1d52cc74e1dadbb9c39 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Thu, 13 Jun 2024 19:51:03 +0300 Subject: [PATCH] fix: download loading indicator --- Course/Course/Presentation/Downloads/DownloadsView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Course/Course/Presentation/Downloads/DownloadsView.swift b/Course/Course/Presentation/Downloads/DownloadsView.swift index 791791204..93149bd4f 100644 --- a/Course/Course/Presentation/Downloads/DownloadsView.swift +++ b/Course/Course/Presentation/Downloads/DownloadsView.swift @@ -126,6 +126,7 @@ public struct DownloadsView: View { } } label: { DownloadProgressView() + .id("cirle loading indicator " + task.id) .accessibilityElement(children: .ignore) .accessibilityLabel(CourseLocalization.Accessibility.cancelDownload) .accessibilityIdentifier("cancel_download_button")