|
@@ -599,7 +599,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
|
|
|
|
|
|
if let cell = collectionView?.cellForItem(at: indexPath) {
|
|
|
if let cell = cell as? NCCellProtocol {
|
|
|
- if progressNumber.floatValue == 1 {
|
|
|
+ if progressNumber.floatValue == 1 && !(cell is NCTransferCell) {
|
|
|
cell.fileProgressView?.isHidden = true
|
|
|
cell.fileProgressView?.progress = .zero
|
|
|
cell.setButtonMore(named: NCGlobal.shared.buttonMoreMore, image: NCBrandColor.cacheImages.buttonMore)
|