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)
+    }
 }