Kaynağa Gözat

pad library: UX fix

Felix Paul Kühne 11 yıl önce
ebeveyn
işleme
8ed55e7209

+ 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"];
 }