nayooti пре 5 година
родитељ
комит
e2b6eff075
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      deltachat-ios/Controller/DocumentGalleryController.swift

+ 1 - 1
deltachat-ios/Controller/DocumentGalleryController.swift

@@ -15,7 +15,7 @@ class DocumentGalleryController: UIViewController {
     }()
     }()
 
 
     init(fileMessageIds: [Int]) {
     init(fileMessageIds: [Int]) {
-        self.fileMessageIds = fileMessageIds
+        self.fileMessageIds = fileMessageIds.reversed()
         super.init(nibName: nil, bundle: nil)
         super.init(nibName: nil, bundle: nil)
         self.title = String.localized("documents")
         self.title = String.localized("documents")
     }
     }