소스 검색

iOS: Remove the reset of the editmode while using the CollectionView

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Soomin Lee 8 년 전
부모
커밋
997183c2f9
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      Sources/VLCLibraryViewController.m

+ 0 - 4
Sources/VLCLibraryViewController.m

@@ -1373,10 +1373,6 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
 
 - (IBAction)backToAllItems:(id)sender
 {
-    if (!self.usingTableViewToShowData) {
-        if (self.editing)
-            [self setEditing:NO animated:NO];
-    }
     _inFolder = NO;
     UIBarButtonItem *createFolderItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemOrganize target:self action:@selector(createFolder)];
     NSMutableArray *toolbarItems = [self.toolbarItems mutableCopy];