반응형
CurrentFocus가 손실되었기 때문에 null이 리턴됩니다.
예를 들어 EditText에서 소프트 키보드를 올렸는데 View를 hide하고 getCurrentFocus를 하게 되면 null을 리턴하게 됩니다.
https://stackoverflow.com/questions/42126247/getcurrentfocus-returns-null
반응형
'Android' 카테고리의 다른 글
[Android] 의존성 주입에 대해 완벽히 이해하기 (Hilt, DIP, IoC) (0) | 2022.08.24 |
---|---|
Android clean architecture에서 domain을 좀 더 domain 답게! (0) | 2022.08.18 |
Kotlin DSL을 Kotlin DSL답게 사용하기! (0) | 2022.08.11 |
RecyclerView + DiffUtil를 이용해 보자! (feat.Kotlin) (0) | 2022.04.13 |
[Android] Firebase에서 코루틴을 사용해보자! (feat.Firestore) (0) | 2022.03.11 |