I have a Fragment that is the first one to open, it's a list of items!
After depending on the button clicked on the Cards inside this fragment it opens a screen with a TabLayout with some tabs and one of those tabs is just that first fragment that is being reused but it should load another list of items. They are the same TYPE of items but it's another list !!!
Every time I try to do this it is instantiated by FragmentPagerAdapter with the same list when the APP was opened even calling the correct method to get another list !!!