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

현재 키워드로 재검색 버튼 layout 구현 #83

Closed
wants to merge 2 commits into from

Conversation

s6m1n
Copy link
Member

@s6m1n s6m1n commented Feb 15, 2024

⭐️ Issue Number

🚩 Summary

default.mp4
  • 검색어가 존재할 때 Gesture가 인식되면 '현재 키워드로 재검색' 버튼을 보여준다.

🛠️ Technical Concerns

🙂 To Reviwer

📋 To Do

@s6m1n s6m1n added the 📱 Layout 레이아웃 관련 작업 label Feb 15, 2024
@s6m1n s6m1n added this to the 4.0 milestone Feb 15, 2024
@s6m1n s6m1n self-assigned this Feb 15, 2024
Copy link
Contributor

@jeeminimini jeeminimini 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 156 to 158
val searchText = navController.previousBackStackEntry?.savedStateHandle?.contains(
SEARCH_KEY
) ?: false
Copy link
Contributor

Choose a reason for hiding this comment

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

오 searchText 값을 여기서 받아도 되는군요!!

Copy link
Member Author

Choose a reason for hiding this comment

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

넵 그래서 MainActivity에 있던 거 MainScreen으로 이동시켜줬습니다!

@s6m1n s6m1n closed this Feb 18, 2024
@s6m1n s6m1n deleted the feature/re-search-by-keyword-button(#82) branch February 18, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📱 Layout 레이아웃 관련 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants