Explorar o código

fix regression in previous commit

Felix Paul Kühne %!s(int64=12) %!d(string=hai) anos
pai
achega
3635dbd487
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AspenProject/VLCPlaylistViewController.m

+ 1 - 1
AspenProject/VLCPlaylistViewController.m

@@ -84,7 +84,7 @@
         _tableView.rowHeight = [VLCPlaylistTableViewCell heightOfCell];
         _tableView.separatorColor = [UIColor colorWithWhite:.122 alpha:1.];
     }
-
+    self.view.backgroundColor = [UIColor colorWithWhite:.122 alpha:1.];
     self.navigationItem.titleView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"title"]];
 
     _emptyLibraryView.emptyLibraryLabel.text = NSLocalizedString(@"EMPTY_LIBRARY", @"");