소스 검색

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]];
     }
 }