RecyclerView only lists data when it interacts with other components

0

I'm having trouble displaying the result of a query in the firebase in the RecyclerView, only displaying the result when I click inside the EditText component.

    
asked by anonymous 03.10.2018 / 20:29

1 answer

0

Solution:

android:layout_height="match_parent"

Explanation:

The wrap_content is not yet fully supported, there are ways to make it work, but it is not secure.

Source: link

    
03.10.2018 / 20:29