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

[FEAT] 코스 그리기 / 코스 제목 입력 후 키보드 내리기 #279

Merged
merged 3 commits into from
Nov 12, 2023

Conversation

unam98
Copy link
Contributor

@unam98 unam98 commented Nov 9, 2023

📌 개요

closed #276

✨ 작업 내용

  • 코스 제목 입력 후 완성하기 버튼 누르면 키보드 내리기

✨ PR 포인트

말씀해주셨던 동작이 아래 영상과 같을까요? 다르다면 알려주세요! 반영하겠습니다!

📸 스크린샷/동영상

KakaoTalk_20231109_142218589.mp4

@unam98 unam98 added 우남 🐼 우남 담당 FEAT ✨ 새로운 기능 구현 labels Nov 9, 2023
@unam98 unam98 requested a review from leeeha November 9, 2023 05:33
@unam98 unam98 self-assigned this Nov 9, 2023
@@ -311,6 +313,9 @@ class DrawActivity :
}

btnCreateCourse.setOnClickListener {
val imm = getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager
imm.hideSoftInputFromWindow(etCourseName.windowToken, 0)

Copy link
Member

Choose a reason for hiding this comment

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

기존에 구현되어 있는 hideKeyboard 라는 확장 함수 이용하면 더 좋을 거 같습니다!

그리고 실행 결과 보니까 키보드 뿐만 아니라 바텀 시트 자체가 dismiss 되는 게 좋을 거 같아요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

넵! 말씀해주신 두 항목 다 반영해서 커밋 올렸습니다!

@unam98 unam98 merged commit 1cf1a81 into develop Nov 12, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT ✨ 새로운 기능 구현 우남 🐼 우남 담당
Projects
Development

Successfully merging this pull request may close these issues.

[FEAT] 코스 그리기 / 제목 설정 후 키보드 내려가기
2 participants