Browse Source

method private

nayooti 5 năm trước cách đây
mục cha
commit
7ca57d3384
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
         }