Skip to content

Commit

Permalink
Merge pull request #111 from yungu0010/feature/#110
Browse files Browse the repository at this point in the history
[Fix] #110 - 블로그 url scheme 분기처리 오류 수정
  • Loading branch information
yungu0010 committed Jul 18, 2022
2 parents d478e30 + 211a5b2 commit 1a46439
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,13 +321,10 @@ extension ReviewDetailVC: UICollectionViewDataSource {
}

func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
switch indexPath.section {
case 1:
if selectedCustomSegment == 0 {
URLSchemeManager.shared.loadSafariApp(blogLink: blogReviewData[indexPath.row].blogURL)
default:
break

}

}
}

Expand Down

0 comments on commit 1a46439

Please sign in to comment.