Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] 더보기를 통한 이동 시 스택이 쌓이는 문제 해결 #233

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

jihyunniiii
Copy link
Contributor

Related issue 🛠

Work Description ✏️

  • 홈 뷰에서 더보기를 통한 바텀 네비 이동 시 스택이 쌓여 바텀 네비가 동작하지 않는 문제를 해결했습니다.

Screenshot 📸

Screen_recording_20240831_142425.mp4

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

바텀 네비에 있는 뷰로 화면 전환을 할 때는 바텀 네비를 전환시키는 함수 (navigateMainNavigation)를 사용하여야 하는데 그걸 안 사용하고 일반적으로 뷰를 전환하는 로직을 사용해 화면 전환을 구현하였더라구요 ㅠㅠ (왜 그랬지 ㅜㅜ) navigateMainNavigation을 활용하는 방식으로 수정했는데 혹시 또 바텀 네비 스택 관리가 안 되는 부분이 발견되면 말씀해주세용

Copy link
Contributor

@t1nm1ksun t1nm1ksun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

늦어서 미안!

Comment on lines -100 to +101
is HomeContract.HomeSideEffect.NavigateToLook -> navigateToLook()
is HomeContract.HomeSideEffect.NavigateToLook -> navigateToLook(MainNavigationBarItemType.LOOK)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

만들어 놓고 안썼대요~

@jihyunniiii jihyunniiii merged commit 591da81 into develop Sep 2, 2024
1 check passed
@jihyunniiii jihyunniiii deleted the fix-bottom-navi-stack branch September 2, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[fix] 더보기를 통한 이동 시 스택이 쌓이는 문제 해결
2 participants