Переглянути джерело

VLCSettingsController: Remove unnecessary cell registration

This led to colors not being correctly updated issues.
Soomin Lee 5 роки тому
батько
коміт
058b8c9873
1 змінених файлів з 0 додано та 1 видалено
  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];
 }