Browse Source

fix UI/UX

marinofaggiana 5 years ago
parent
commit
9f24f06882
1 changed files with 1 additions and 5 deletions
  1. 1 5
      iOSClient/Share/CCShareOC.m

+ 1 - 5
iOSClient/Share/CCShareOC.m

@@ -307,11 +307,7 @@
             [self.itemsShareWith addObject:item];
             
             // shared with you by
-            if ([item.uidOwner isEqualToString:appDelegate.activeUserID]) {
-                self.labelSharedWithYouBy.text = @"";
-            } else {
-                self.labelSharedWithYouBy.text = [NSString stringWithFormat:@"%@ %@", NSLocalizedString(@"_shared_with_you_by_", nil), item.displayNameFileOwner];
-            }
+            self.labelSharedWithYouBy.text = [NSString stringWithFormat:@"%@ %@", NSLocalizedString(@"_shared_with_you_by_", nil), item.displayNameFileOwner];
         }
             
         section.footerTitle = NSLocalizedString(@"_user_sharee_footer_", nil);