@@ -133,7 +133,7 @@
}
- self.labelTitle.text = self.metadata.fileName;
+ self.labelTitle.text = self.metadata.fileNameView;
self.labelTitle.textColor = [UIColor blackColor];
self.tableView.tableHeaderView = ({UIView *line = [[UIView alloc] initWithFrame:CGRectMake(0, 0, self.tableView.frame.size.width, 0.1 / UIScreen.mainScreen.scale)];
@@ -105,7 +105,7 @@
[form addFormSection:section];
row = [XLFormRowDescriptor formRowDescriptorWithTag:@"sharepath" rowType:XLFormRowDescriptorTypeInfo title:NSLocalizedString(@"_share_permission_path_", nil)];
- row.value = self.metadata.fileName;
+ row.value = self.metadata.fileNameView;
[row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
[row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"detailTextLabel.font"];
[section addFormRow:row];