mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
commit
b96f622782
@ -267,7 +267,7 @@ class PlayerFragment : Fragment() {
|
||||
.addOnScrollChangedListener {
|
||||
if (scrollView.getChildAt(0).bottom
|
||||
== (scrollView.height + scrollView.scrollY)
|
||||
) {
|
||||
&& nextPage != null) {
|
||||
fetchNextComments()
|
||||
}
|
||||
}
|
||||
@ -285,7 +285,9 @@ class PlayerFragment : Fragment() {
|
||||
}
|
||||
|
||||
override fun onStop() {
|
||||
try {
|
||||
exoPlayer.release()
|
||||
}catch (e: Exception){}
|
||||
super.onStop()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user