If there is data in query or Path it show data in FirestoreRecyclerAdapter. but when there is no data at that path
问题 I use FirestoreRecyclerAdapter with query. I show the loading till it's not getting into onBindViewHolder() . If it comes to onBindViewHolder then I close the dialog. But in my scenario there is no data into query and its not get into onBindViewHolder so I do not found anyway to close it. Here is my code. Please help. Query query = GlobalApplication.applianceRef.whereEqualTo("applianceType", appType); FirestoreRecyclerOptions < RoomAppliance > response = new FirestoreRecyclerOptions.Builder <