fossasia / loklak_wok_android

"loklak wok" is a harvesting peer for the loklak_server https://github.com/fossasia/loklak_wok_android/raw/apk/loklak_wok_1.2_20160201.apk
GNU Lesser General Public License v2.1
1.55k stars 89 forks source link

Rectify the Recyclerview on the Tweet-Harvesting-Fragment #120

Open neelanshsahai opened 6 years ago

neelanshsahai commented 6 years ago

Every time the data is fetched, the Recycler gets scrolled to the bottom most point.

@singhpratyush shall I proceed with this one?

singhpratyush commented 6 years ago

@neelanshsahai: I think that a better way to do this would be not scrolling the view and displaying the latest Tweets on the top. What do you think?

neelanshsahai commented 6 years ago

Exactly, we can display the latest tweets on the top of recylerview. Its an anomaly that every time data is fetched and the recyclerview gets scrolled to the bottom. Also, I feel the fragment is redundant. I ll check it once and push the changes if the issue gets resolved.