Browse Source

fix:local server folder tableview stop animation

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE 11 years ago
parent
commit
5cbf3e6dd3
1 changed files with 1 additions and 2 deletions
  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