mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
channel load more problem
This commit is contained in:
parent
a9f4401dc4
commit
6f58c85c84
@ -87,7 +87,6 @@ class ChannelFragment : Fragment() {
|
||||
Picasso.get().load(response.avatarUrl).into(channelImage)
|
||||
channelAdapter = ChannelAdapter(response.relatedStreams!!.toMutableList())
|
||||
view.findViewById<RecyclerView>(R.id.channel_recView).adapter = channelAdapter
|
||||
AppWatcher.objectWatcher.watch(channelAdapter, "View was detached")
|
||||
val scrollView = view.findViewById<ScrollView>(R.id.channel_scrollView)
|
||||
scrollView.viewTreeObserver
|
||||
.addOnScrollChangedListener {
|
||||
|
Loading…
Reference in New Issue
Block a user