Explorar el Código

iOS library: deselect item when triggering playback (closes #15536)

Felix Paul Kühne hace 9 años
padre
commit
b2606a142c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Sources/VLCLibraryViewController.m

+ 2 - 0
Sources/VLCLibraryViewController.m

@@ -849,6 +849,8 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
         return;
     }
 
+    [collectionView deselectItemAtIndexPath:indexPath animated:NO];
+
     for (NSUInteger x = 0; x < cellCount; x++) {
         VLCPlaylistCollectionViewCell *cell = visibleCells[x];
         if ([cell showsMetaData])