deselect repo issue/pr cell on appear

This commit is contained in:
Ryan Nystrom
2017-09-03 17:34:08 -04:00
parent ca8f5e6fc4
commit 4532464318

View File

@@ -55,6 +55,11 @@ PrimaryViewController {
title = "\(repo.owner)/\(repo.name)"
}
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
rz_smoothlyDeselectRows(collectionView: feed.collectionView)
}
override func viewWillLayoutSubviews() {
super.viewWillLayoutSubviews()
feed.viewWillLayoutSubviews(view: view)