getChildFragmentManager () cannot be resolved or cannot be referenced

前端 未结 5 2097
夕颜
夕颜 2020-12-06 11:41

I know, there are many forum posts on this topic already, but none did solve my issue

My code looks like this:

private SectionsPager         


        
5条回答
  •  醉酒成梦
    2020-12-06 12:34

    Using Kotlin, used with my Frgament I used:

    //using this.childFragmentManager
    //not as this.childFragmentManager()
    val sectionsPagerAdapter = CameraTabLayoutAdapter(this.childFragmentManager)
    

提交回复
热议问题