Skip to content

Commit

Permalink
♻️#294: 마이페이지 초기 진입할 때, sticky tap list 미노출 이슈 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
thoonk committed Jul 10, 2024
1 parent 3912cb5 commit b7783d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class MyPageViewController: UIViewController, Toastable, Alertable {

private var viewModel: MyPageViewModel
private let viewWillAppearEvent = PublishRelay<Void>()
private let listTypeTapEvent = PublishRelay<MyMusicType>()
private let listTypeTapEvent = BehaviorRelay<MyMusicType>(value: .drop)
private let levelPolicyTapEvent = PublishRelay<Void>()
private let selectedMusicEvent = PublishRelay<Int>()
private let disposeBag = DisposeBag()
Expand Down

0 comments on commit b7783d3

Please sign in to comment.