I have a working RecyclerView...In onResume I startListening()...
The Problem is, that the FirebaseRecyclerView is mess when I resume the Activity for lower than one second. So I start the App and see the unsorted RecyclerView and after lower than a Second it gets sorted correctly.
Anyone know why this happens and how to fix it?
Here is a short video how it looks like:
https://www.dropbox.com/s/1c12tnbuuup2vrj/fp_4K.mp4?dl=0
Thanks in advance.