mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Fix false warning
This commit is contained in:
parent
9ff1baefde
commit
402990dd9d
@ -271,7 +271,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
|
|||||||
|
|
||||||
override fun onDestroyView() {
|
override fun onDestroyView() {
|
||||||
// Ensure that all animations are canceled
|
// Ensure that all animations are canceled
|
||||||
feedBinding.newItemsLoadedButton?.clearAnimation()
|
tryGetNewItemsLoadedButton()?.clearAnimation()
|
||||||
|
|
||||||
feedBinding.itemsList.adapter = null
|
feedBinding.itemsList.adapter = null
|
||||||
_feedBinding = null
|
_feedBinding = null
|
||||||
|
Loading…
Reference in New Issue
Block a user