728x90
반응형
1.
출처 : https://weidianhuang.medium.com/android-fragment-not-attached-to-a-context-24d00fac4f3d
Android Fragment not attached to a context
This is a common issue if we don’t take care of it in our application, and it is difficult to catch the issue during development. But once…
weidianhuang.medium.com
제목 : Android Fragment not attached to a context
요약 : fragment 에 view 가 있는 상태에서 화면 회전이나 뒤로 가기 를 누를 시에 IllegallStateException 이 발생할 수 있고 이를 막기 위해서는 context null 체크와 isAdded 로 fragment 가 detached 되었는지 체크를 해야 한다.
728x90
반응형