Browse Source

library: enable action button on swipe right gesture

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE 10 years ago
parent
commit
94af0b1e83
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Sources/VLCPlaylistViewController.m

+ 1 - 0
Sources/VLCPlaylistViewController.m

@@ -692,6 +692,7 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
         [self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:path.row inSection:path.section]
                                 animated:YES
                           scrollPosition:UITableViewScrollPositionNone];
+        [self updateActionBarButtonItemStateWithSelectedIndexPaths:[self.tableView indexPathsForSelectedRows]];
     }
 }