The viewpager is in recylerview adapter in my app. When i invastigate live crashs from crashlytics then i encountered a crash which affects too much user.
the title of crash: FragmentManager.java line 1292 android.support.v4.app.FragmentManagerImpl.moveToState
in stack trace :"IllegalArgumentException: No view found for id 0x7f0e0196 (android:id/viewPager) for fragment HomePageSliderFragment
i dont know why it happens but still i couldnt get any solution to fix it yet because i didnt encountered this crash in the my test phones. i applied following solutions to fix it but after i performed this solution then there is another bug occured. https://stackoverflow.com/a/19900206/4862911
Is there a way to achive this crash? I dont want to seperate viewpager from the recyclerview adapter.
Thanks,