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