marinofaggiana 6 жил өмнө
parent
commit
30f58ccc8c

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