mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-16 08:16:55 +10:00
faster
This commit is contained in:
@@ -350,7 +350,7 @@ extension FeedsViewController: UITableViewDataSource, UITableViewDelegate {
|
||||
tableView.selectRowAtIndexPath(indexPath, animated: false, scrollPosition: .None)
|
||||
}
|
||||
cell.mediaCollectionViewTouchesEndedAction = { [weak self] in
|
||||
delay(0.075) {
|
||||
delay(0.03) {
|
||||
self?.tableView(tableView, didSelectRowAtIndexPath: indexPath)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user