android/Issue (1) 썸네일형 리스트형 Fragment 내에 ViewPager 를 사용한 Fragment 호스팅 시 Navigation 문제 상황 AFragment 내에 ViewPager2 를 사용하여 BFragment 를 호스팅하고 있음 BFragment 의 특정 UI 요소를 클릭하면 CFragment 로 navigate 되어야 하는 상황 문제 발생 BFragment 의 UI 요소를 클릭하여 CFragment 로 navigate 하는 순간 java.lang.IllegalArgumentException: Navigation action/destination com.xxx.xxx:id/action_BFragment_to_CFragment cannot be found from the current destination Destination(com.xxx.xxx:id/aFragment) label=AFragment class=com.xxx.xxx... 이전 1 다음