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.
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.
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