How to stop autoscroll recyclerview when data is loading from Firebase to Recyclerview through databaseReference.addValueEventListener – Telegram API
I am setting up recyclerview from Firebase with the below code. This fetches the whole data every time when new child added to firebase realtime database and recyclerview scrolled to the bottom automatically. I need to stop autoscroll recyclerview when…