|
@@ -163,6 +163,7 @@ class RecipesFragment : CommonBVMFragment<FragmentCommeListBinding, HomeViewMode
|
|
|
onCreate {
|
|
|
if (it == HOME_FOOD_LIST_PROVIDER) {
|
|
|
foodRecycle = findView(R.id.food_recycle)
|
|
|
+ (foodRecycle?.itemAnimator as SimpleItemAnimator).supportsChangeAnimations = false
|
|
|
foodRecycle?.setHasFixedSize(true)
|
|
|
foodRecycle?.isNestedScrollingEnabled = false
|
|
|
foodRecycle?.setRecycledViewPool(recycledViewPool)
|