I have no idea how to fix this problem . I have looked all previous posts on "NO adapter attached; skipping layout" but nothing seems to work.
mResultList.setLayoutManager(linearLayoutManager);
mResultList.setHasFixedSize(true);
linearLayoutManager.setReverseLayout(true);
linearLayoutManager.setStackFromEnd(true);
mResultList.setAdapter(firebaseRecyclerAdapter);
This is set in another method where the firebase recycler adapter is created. Everything happens inside the fragment .