diff --git a/Moonlight TV/ViewController.m b/Moonlight TV/ViewController.m index c3c85bb..f18eebb 100644 --- a/Moonlight TV/ViewController.m +++ b/Moonlight TV/ViewController.m @@ -697,6 +697,10 @@ static NSMutableSet* hostList; }); } +- (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath { + [self appClicked:_sortedAppList[indexPath.row]]; +} + - (nonnull __kindof UICollectionViewCell *)collectionView:(nonnull UICollectionView *)collectionView cellForItemAtIndexPath:(nonnull NSIndexPath *)indexPath { UICollectionViewCell* cell = [collectionView dequeueReusableCellWithReuseIdentifier:@"AppCell" forIndexPath:indexPath];