Explorar el Código

VLCSettingsController: Remove unnecessary cell registration

This led to colors not being correctly updated issues.
Soomin Lee hace 5 años
padre
commit
058b8c9873
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Sources/VLCSettingsController.m

+ 0 - 1
Sources/VLCSettingsController.m

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