Bladeren bron

pad library: UX fix

Felix Paul Kühne 11 jaren geleden
bovenliggende
commit
8ed55e7209
2 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 0 1
      Sources/VLCPlaylistCollectionViewCell.h
  2. 1 0
      Sources/VLCPlaylistCollectionViewCell.m

+ 0 - 1
Sources/VLCPlaylistCollectionViewCell.h

@@ -31,6 +31,5 @@
 
 - (void)setEditing:(BOOL)editing animated:(BOOL)animated;
 - (void)selectionUpdate;
-- (IBAction)removeMedia:(id)sender;
 
 @end

+ 1 - 0
Sources/VLCPlaylistCollectionViewCell.m

@@ -21,6 +21,7 @@
 - (void)setEditing:(BOOL)editing animated:(BOOL)animated
 {
     self.isSelectedView.hidden = !editing;
+    [self selectionUpdate];
     [self _updatedDisplayedInformationForKeyPath:@"editing"];
 }