فهرست منبع

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

Felix Paul Kühne 9 سال پیش
والد
کامیت
b2606a142c
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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])