marinofaggiana 5 жил өмнө
parent
commit
f229f0d9d4

+ 7 - 0
iOSClient/Scan/ScanCollectionView.swift

@@ -148,6 +148,13 @@ class DragDropViewController: UIViewController {
             }
         }
         
+        // Save button
+        if imagesDestination.count == 0 {
+            save.isEnabled = false
+        } else {
+            save.isEnabled = true
+        }
+        
         collectionViewDestination.reloadData()
     }