Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <ios@nextcloud.com>2022-08-03 16:59:57 +0300
committermarinofaggiana <ios@nextcloud.com>2022-08-03 16:59:57 +0300
commit0b680554c1ebad0b2d1cac061b7c7e87e94443e5 (patch)
treee3302200a1e748ca1a49e5f820084d5109942f57
parent6704d57b6f77ef7c728f7d966c1ac0dfbe48f38c (diff)
add new tip
Signed-off-by: marinofaggiana <ios@nextcloud.com>
-rw-r--r--iOSClient/Viewer/NCViewerMedia/NCViewerMedia.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/iOSClient/Viewer/NCViewerMedia/NCViewerMedia.swift b/iOSClient/Viewer/NCViewerMedia/NCViewerMedia.swift
index 683a1fab7..5374ab823 100644
--- a/iOSClient/Viewer/NCViewerMedia/NCViewerMedia.swift
+++ b/iOSClient/Viewer/NCViewerMedia/NCViewerMedia.swift
@@ -76,6 +76,7 @@ class NCViewerMedia: UIViewController {
deinit {
print("deinit NCViewerMedia")
+ self.tipView?.dismiss()
NotificationCenter.default.removeObserver(self, name: NSNotification.Name(rawValue: NCGlobal.shared.notificationCenterOpenMediaDetail), object: nil)
}