Skip to content

Commit

Permalink
⚡ :: 검색 탭 취소버튼 hidden 처리 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Aug 12, 2024
1 parent cff2f29 commit 3dda4fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ final class SearchViewController: BaseStoryboardReactorViewController<SearchReac

let (state, text) = data

owner.cancelButton.alpha = state == .typing ? 1.0 : .zero
owner.reactSearchHeader(state)
owner.bindSubView(state: state, text: text)

Expand Down

0 comments on commit 3dda4fb

Please sign in to comment.