Skip to content

Commit

Permalink
Merge pull request #190 from mash-up-kr/feature/kh/myboxTapView
Browse files Browse the repository at this point in the history
[DA] TapViewButton 눌렀을 때 여러번 호출되는 문제 수정
  • Loading branch information
kimkyunghun3 authored Aug 25, 2022
2 parents 5ba19ba + bf59acd commit f840651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/App/Sources/Apply/View/ApplyGifticonView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class ApplyGifticonView: BaseView {

private let noticeLabel: UILabel = {
let label = UILabel()
label.text = "결과 정보는 마감 후 바로 나옵니다."
label.text = "추첨 결과는 MY BOX에서 확인하세요!"
label.textColor = .designSystem(.neutralBlack)
label.font = .designSystem(.pretendard, family: .bold, size: ._16)
label.textAlignment = .center
Expand Down
1 change: 1 addition & 0 deletions Projects/App/Sources/MyBox/MyBoxViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ final class MyBoxViewController: BaseViewController<MyBoxViewModelProtocol> {
}).disposed(by: disposeBag)

myBoxView.pageRelay
.distinctUntilChanged()
.subscribe(onNext: { [weak self] in
if $0 == 1 {
self?.categoryTapView.tapRightButton()
Expand Down

0 comments on commit f840651

Please sign in to comment.