ViewPager2 with Tablayout inside a fragment shows no swipe effect in kotlin
问题 In my MainActivity I have a viewpager2 with Tablayout with 5 tabs. The swipe there is working fine. But in one of the 5 tabs I again have a viewpager2 with a tablayout of 3 tabs. In the inner viewpager2 (which is inside a fragment) the swipe isnt working at all and I don't understand why. The outer viewpager2 is inside a activity while the inner viewpager2 is in the fragment Viewpager2 inside fragment , swipe not working : class FreelancerMyProjectsFragment : Fragment() { lateinit var binding