Explorar o código

pad library: UX fix

Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
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"];
 }