Skip to content

Commit

Permalink
[Fix] #348 - 수다글 쓰러 가기 누르면, 선택된 탭이 수다로 바뀜
Browse files Browse the repository at this point in the history
  • Loading branch information
Naknakk committed Nov 17, 2024
1 parent 6fbf2c3 commit d162a3f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ final class NovelDetailViewModel: ViewModelType {
}
.throttle(.seconds(1), latest: false, scheduler: MainScheduler.instance)
.asObservable()
.do(onNext: { _ in
self.selectedTab.accept(.feed)
})

let scrollContentOffset = input.scrollContentOffset

Expand Down

0 comments on commit d162a3f

Please sign in to comment.