소스 검색

fix UI/UX

marinofaggiana 5 년 전
부모
커밋
9f24f06882
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  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);