Skip to content

Commit a44b7c9

Browse files
committed
Disabled animations for subscription fragment
1 parent a41aa01 commit a44b7c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/org/schabi/newpipe/local/subscription/SubscriptionFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ class SubscriptionFragment : BaseStateFragment<SubscriptionState>() {
250250
spanSizeLookup = groupAdapter.spanSizeLookup
251251
}
252252
binding.itemsList.adapter = groupAdapter
253+
binding.itemsList.itemAnimator = null
253254

254255
viewModel = ViewModelProvider(this)[SubscriptionViewModel::class.java]
255256
viewModel.stateLiveData.observe(viewLifecycleOwner) { it?.let(this::handleResult) }

0 commit comments

Comments
 (0)