瀏覽代碼

fix:local server folder tableview stop animation

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE 11 年之前
父節點
當前提交
5cbf3e6dd3
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Sources/VLCLocalServerFolderListViewController.m

+ 1 - 2
Sources/VLCLocalServerFolderListViewController.m

@@ -357,7 +357,6 @@
                     VLCAppDelegate* appDelegate = [UIApplication sharedApplication].delegate;
                     [appDelegate openMovieFromURL:itemURL];
                 }
-                [tableView deselectRowAtIndexPath:indexPath animated:NO];
             }
         }
     } else if (_serverType == kVLCServerTypeFTP) {
@@ -384,8 +383,8 @@
             } else
                 [self _streamFTPFile:properObjectName];
         }
-        [tableView deselectRowAtIndexPath:indexPath animated:NO];
     }
+    [tableView deselectRowAtIndexPath:indexPath animated:NO];
 }
 
 #pragma mark - UPnP Multiple Resources