소스 검색

Network tableview stop animation

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE 11 년 전
부모
커밋
74d0b6cdb4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      AspenProject/VLCLocalServerFolderListViewController.m

+ 1 - 0
AspenProject/VLCLocalServerFolderListViewController.m

@@ -242,6 +242,7 @@
                 [self _openURLStringAndDismiss:[_FTPListDirRequest.fullURLString stringByAppendingString:objectName]];
       }
     }
+    [self.tableView deselectRowAtIndexPath:indexPath animated:NO];
 }
 
 #pragma mark - FTP specifics