We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41aa01 commit a44b7c9Copy full SHA for a44b7c9
1 file changed
app/src/main/java/org/schabi/newpipe/local/subscription/SubscriptionFragment.kt
@@ -250,6 +250,7 @@ class SubscriptionFragment : BaseStateFragment<SubscriptionState>() {
250
spanSizeLookup = groupAdapter.spanSizeLookup
251
}
252
binding.itemsList.adapter = groupAdapter
253
+ binding.itemsList.itemAnimator = null
254
255
viewModel = ViewModelProvider(this)[SubscriptionViewModel::class.java]
256
viewModel.stateLiveData.observe(viewLifecycleOwner) { it?.let(this::handleResult) }
0 commit comments