This commit is contained in:
nixzhu
2015-10-13 19:23:17 +08:00
committed by nixzhu
parent 7bd32bc7ab
commit 2fedca6543
@@ -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)
}
}