Skip to content

Commit

Permalink
[Fix] Bookmark LottieView isHidden 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eung7 committed Mar 1, 2023
1 parent 4825412 commit ffdd3c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions PPAK_CVS/Sources/Scenes/Bookmark/BookmarkVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ final class BookmarkViewController: BaseViewController, View {
make.width.equalTo(165)
make.height.equalTo(107)
}

self.animationContainerView.isHidden = true
}

// MARK: - Bind
Expand Down Expand Up @@ -281,7 +279,6 @@ final class BookmarkViewController: BaseViewController, View {
// 서치바 텍스트
reactor.state
.map { $0.currentTarget }
.distinctUntilChanged()
.bind(to: header.searchBar.textField.rx.text)
.disposed(by: disposeBag)

Expand Down

0 comments on commit ffdd3c6

Please sign in to comment.