Browse Source

Fix regression from 0ac7a879

Felix Paul Kühne 9 years ago
parent
commit
28ecc7d242
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Sources/VLCLibraryViewController.m

+ 0 - 1
Sources/VLCLibraryViewController.m

@@ -1367,7 +1367,6 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
 {
     UIImage *newButtonImage = [UIImage imageNamed: self.usingTableViewToShowData ? @"collectionViewIcon" : @"tableViewIcon"];
     [self.displayModeBarButtonItem setImage:newButtonImage];
-    [self setupContentViewWithContentInset:YES];
 }
 
 #pragma mark - Sharing