瀏覽代碼

library: enable action button on swipe right gesture

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE 10 年之前
父節點
當前提交
94af0b1e83
共有 1 個文件被更改,包括 1 次插入0 次删除
  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]];
     }
 }