Skip to content

Commit

Permalink
Fixes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyLB committed Dec 31, 2020
1 parent 150d22e commit b2af0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piwigo/Upload/Upload Queue/UploadQueueViewController.swift
Expand Up @@ -234,7 +234,7 @@ class UploadQueueViewController: UIViewController, UITableViewDelegate {
}
}

// Clear impossible upload request in section 1 (preparingFail, formatError)
// Clear impossible upload requests in section 1 (preparingFail, formatError)
if let _ = diffableDataSource.snapshot().indexOfSection(SectionKeys.Section1.rawValue) {
let impossibleUploads = diffableDataSource.snapshot().numberOfItems(inSection: SectionKeys.Section1.rawValue)
if impossibleUploads > 0 {
Expand Down

0 comments on commit b2af0a8

Please sign in to comment.