Skip to content

Commit

Permalink
fix: download loading indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
forgotvas committed Jun 13, 2024
1 parent 3ab245b commit 6498950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Course/Course/Presentation/Downloads/DownloadsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6498950

Please sign in to comment.