kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Made ``hideNewItemsLoaded`` more null safe
rodzic
1b2b3a4f88
commit
2310e8c1d6
|
@ -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 {
|
||||||
|
|
Ładowanie…
Reference in New Issue