1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-04 11:57:57 +00:00

Merge pull request #7648 from mhmdanas/small-refactors

Fix false warning
This commit is contained in:
litetex
2022-01-19 19:48:07 +01:00
committed by GitHub

View File

@@ -271,7 +271,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
override fun onDestroyView() {
// Ensure that all animations are canceled
feedBinding.newItemsLoadedButton?.clearAnimation()
tryGetNewItemsLoadedButton()?.clearAnimation()
feedBinding.itemsList.adapter = null
_feedBinding = null