Skip to content

Commit

Permalink
Oops, removed unused variable for Source files
Browse files Browse the repository at this point in the history
  • Loading branch information
mozharovsky committed Jan 24, 2017
1 parent 2118ebb commit d8cc829
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/ATHImagePickerAssetsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ extension ATHImagePickerAssetsViewController: UICollectionViewDataSource, UIColl
}

public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
let reversedIndex = fetchResult.count - indexPath.item - 1

guard indexPath.item < fetchResult.count else {
return
}
Expand Down

0 comments on commit d8cc829

Please sign in to comment.