|
@@ -286,12 +286,12 @@ class NCPlayerToolBar: UIView {
|
|
|
guard let metadata = self.metadata, ncplayer != nil, !metadata.livePhoto else { return }
|
|
|
if metadata.classFile != NCCommunicationCommon.typeClassFile.video.rawValue && metadata.classFile != NCCommunicationCommon.typeClassFile.audio.rawValue { return }
|
|
|
|
|
|
- #if MFFFLIB
|
|
|
+#if MFFFLIB
|
|
|
if MFFF.shared.existsMFFFSession(url: URL(fileURLWithPath: CCUtility.getDirectoryProviderStorageOcId(metadata.ocId, fileNameView: metadata.fileNameView))) {
|
|
|
self.hide()
|
|
|
return
|
|
|
}
|
|
|
- #endif
|
|
|
+#endif
|
|
|
|
|
|
timerAutoHide?.invalidate()
|
|
|
if enableTimerAutoHide {
|