mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
Merge pull request #7648 from mhmdanas/small-refactors
Fix false warning
This commit is contained in:
commit
f681b0bb5a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue