marinofaggiana 6 年 前
コミット
30f58ccc8c
1 ファイル変更4 行追加4 行削除
  1. 4 4
      iOSClient/Viewer/NCViewerImagemeter.swift

+ 4 - 4
iOSClient/Viewer/NCViewerImagemeter.swift

@@ -72,10 +72,6 @@ class NCViewerImagemeter: UIViewController {
         }
     }
     
-    @objc func close() {
-        self.dismiss(animated: true, completion: nil)
-    }
-    
     func imgThumbnails() {
         
         guard let annotation = self.annotation else {
@@ -95,4 +91,8 @@ class NCViewerImagemeter: UIViewController {
             }
         }
     }
+    
+    @objc func close() {
+        self.dismiss(animated: true, completion: nil)
+    }
 }