728x90 IllegalStateException1 [Crash] Fatal Exception: java.lang.IllegalStateException: Fragment ~not attached to an activity. 따라가 보자, 왜그런가... requireActivity() 본체는 아래와 같으며 결국 getActivity() 에서 null 이다. /** * Return the {@link FragmentActivity} this fragment is currently associated with. * * @throws IllegalStateException if not currently associated with an activity or if associated * only with a context. * @see #getActivity() */ @NonNull public final FragmentActivity requireActivity() { FragmentActivity activity = getAct.. 2023. 8. 24. 이전 1 다음 728x90