Parcourir la source

method private

nayooti il y a 5 ans
Parent
commit
7ca57d3384
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      deltachat-ios/Controller/GalleryViewController.swift

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

@@ -253,7 +253,7 @@ class GalleryItem {
         }
     }
 
-    func loadThumbnail() {
+    private func loadThumbnail() {
         guard let viewtype = msg.viewtype, let url = msg.fileURL else {
             return
         }