marinofaggiana 5 năm trước cách đây
mục cha
commit
7e323cba89
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      iOSClient/Scan/ScanCollectionView.swift

+ 2 - 0
iOSClient/Scan/ScanCollectionView.swift

@@ -192,6 +192,8 @@ class DragDropViewController: UIViewController {
             print(error.localizedDescription)
         }
         
+        items = items.sorted()
+        
         collectionViewSource.reloadData()
     }