Explorar el Código

method private

nayooti hace 5 años
padre
commit
7ca57d3384
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         }