Browse Source

VLCSettingsController: Remove unnecessary cell registration

This led to colors not being correctly updated issues.
Soomin Lee 5 years ago
parent
commit
058b8c9873
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Sources/VLCSettingsController.m

+ 0 - 1
Sources/VLCSettingsController.m

@@ -72,7 +72,6 @@ NSString * const kVLCSectionTableHeaderViewIdentifier = @"VLCSectionTableHeaderV
     
     
     actionSheet = [[VLCActionSheet alloc] init];
     actionSheet = [[VLCActionSheet alloc] init];
     actionSheet.modalPresentationStyle = UIModalPresentationCustom;
     actionSheet.modalPresentationStyle = UIModalPresentationCustom;
-    [actionSheet.collectionView registerClass:[VLCActionSheetCell class] forCellWithReuseIdentifier:VLCActionSheetCell.identifier];
     
     
     specifierManager = [[VLCSettingsSpecifierManager alloc] initWithSettingsReader:self.settingsReader settingsStore:self.settingsStore];
     specifierManager = [[VLCSettingsSpecifierManager alloc] initWithSettingsReader:self.settingsReader settingsStore:self.settingsStore];
 }
 }