marinofaggiana 5 жил өмнө
parent
commit
af53b1b686

+ 1 - 1
iOSClient/Main/CCDetail.m

@@ -980,7 +980,7 @@
 {
     tableMetadata *metadata = [[NCManageDatabase sharedInstance] getMetadataWithPredicate:[NSPredicate predicateWithFormat:@"ocId == %@", self.metadataDetail.ocId]];
     
-    if (metadata && [self.selectorDetail isEqualToString:selectorLoadFileInternalView]) {
+    if (metadata) {
         
         UINavigationController* navigationController = [[UIStoryboard storyboardWithName:@"NCText" bundle:nil] instantiateViewControllerWithIdentifier:@"NCText"];