-
Notifications
You must be signed in to change notification settings - Fork 2
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
[HOTFIX/#176] EditText에서 HideKeyboard 수정 #178
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!
if (ev?.action == MotionEvent.ACTION_UP){ | ||
val currentFocus = currentFocus | ||
if (currentFocus != null && isTouchOutsideView(currentFocus, ev)){ | ||
hideKeyboard(currentFocus) | ||
currentFocus.clearFocus() | ||
} | ||
} | ||
return super.dispatchTouchEvent(ev) | ||
} | ||
|
||
private fun isTouchOutsideView(view: View, ev: MotionEvent): Boolean { | ||
val outRect = Rect(view.left, view.top, view.right, view.bottom) | ||
return !outRect.contains(ev.rawX.toInt(), ev.rawY.toInt()) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!김상호는 신이야!!!
다음 프젝때부터 잘 쇽샥하겠습니다 ㅋㅋ
⛳️ Work Description
📸 Screenshot
📢 To Reviewers