mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-03 11:27:55 +00:00
Made `hideNewItemsLoaded
` more null safe
This commit is contained in:
@@ -640,7 +640,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
|
|||||||
execOnEnd = {
|
execOnEnd = {
|
||||||
// Make the layout invisible so that the onScroll toTop method
|
// Make the layout invisible so that the onScroll toTop method
|
||||||
// only does necessary work
|
// only does necessary work
|
||||||
feedBinding.newItemsLoadedLayout.isVisible = false
|
feedBinding?.newItemsLoadedLayout?.isVisible = false
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user