Hi, I'me having a weird behaviour with fragments. Basically I have a firstFragment that is a recyclerview, when I click on an item I replace the first with the second fragment but I when I press back, the first fragment is a recyclerview empty, it just creates the view but with no data. How can I approach this differently?