Эх сурвалжийг харах

Merge pull request #2153 from nextcloud/444

Version 4.4.4
Marino Faggiana 2 жил өмнө
parent
commit
785041f03c

+ 2 - 2
Nextcloud.xcodeproj/project.pbxproj

@@ -3030,7 +3030,7 @@
 					"@executable_path/Frameworks",
 					"@executable_path/Frameworks",
 					"@executable_path/../../Frameworks",
 					"@executable_path/../../Frameworks",
 				);
 				);
-				MARKETING_VERSION = 4.4.3;
+				MARKETING_VERSION = 4.4.4;
 				ONLY_ACTIVE_ARCH = YES;
 				ONLY_ACTIVE_ARCH = YES;
 				OTHER_LDFLAGS = "";
 				OTHER_LDFLAGS = "";
 				SDKROOT = iphoneos;
 				SDKROOT = iphoneos;
@@ -3091,7 +3091,7 @@
 					"@executable_path/Frameworks",
 					"@executable_path/Frameworks",
 					"@executable_path/../../Frameworks",
 					"@executable_path/../../Frameworks",
 				);
 				);
-				MARKETING_VERSION = 4.4.3;
+				MARKETING_VERSION = 4.4.4;
 				ONLY_ACTIVE_ARCH = YES;
 				ONLY_ACTIVE_ARCH = YES;
 				OTHER_LDFLAGS = "";
 				OTHER_LDFLAGS = "";
 				SDKROOT = iphoneos;
 				SDKROOT = iphoneos;

+ 2 - 1
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayer.swift

@@ -135,7 +135,8 @@ class NCPlayer: NSObject {
             if let player = self.player,
             if let player = self.player,
                let playerItem = player.currentItem,
                let playerItem = player.currentItem,
                let object = player.currentItem,
                let object = player.currentItem,
-               playerItem === object {
+               playerItem === object,
+               self.viewController != nil {
 
 
                 if self.isStartPlayer {
                 if self.isStartPlayer {
                     return
                     return