Skip to content

Commit

Permalink
feat: ZatchSearchResultViewController BackButton 탭할 경우 root ViewContr…
Browse files Browse the repository at this point in the history
…oller(메인 탭)로 이동
  • Loading branch information
dev-muuu committed Feb 15, 2023
1 parent df8ba54 commit c404adf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ class ZatchSearchResultViewController: BaseViewController<BaseHeaderView, ZatchS
// (recognizer.view as? SearchCateogryDotButton)?.isSelected = true
}
}

override func viewControllerWillPop() {
self.navigationController?.popToRootViewController(animated: true)
}

}

Expand Down

0 comments on commit c404adf

Please sign in to comment.