소스 검색

Minor UI fix

Felix Paul Kühne 9 년 전
부모
커밋
b8c9dd92da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Sources/VLCOpenNetworkStreamViewController.m

+ 1 - 1
Sources/VLCOpenNetworkStreamViewController.m

@@ -209,7 +209,7 @@
         cell.detailTextLabel.highlightedTextColor = [UIColor blackColor];
     }
 
-    NSString *content = _recentURLs[indexPath.row];
+    NSString *content = [_recentURLs[indexPath.row] stringByRemovingPercentEncoding];
     cell.textLabel.text = [content lastPathComponent];
     cell.detailTextLabel.text = content;