Nicolas

Results 2 comments of Nicolas

Hi, any news on this PR? It would be nice to be able to apply this plugin like any other

Another workaround is to set the itemAnimator to null if animation are disabled: ```kotlin val animatorDurationScale = Settings.Global.getFloat( context.contentResolver, Settings.Global.ANIMATOR_DURATION_SCALE, 1F ) recyclerView.itemAnimator = if (animatorDurationScale == 0F) { null...