Skip to content

Commit 5dfe59a

Browse files
authored
removed unwanted code
1 parent e640128 commit 5dfe59a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

maui/src/Carousel/Platform/Android/PlatformCarousel.Android.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3126,7 +3126,6 @@ void PopulateTempList()
31263126
_tempList?.Add(carouselItem);
31273127
}
31283128
}
3129-
ArrangeItemsBasedOnVirtualization();
31303129
}
31313130
}
31323131

@@ -3655,4 +3654,4 @@ public override void GetItemOffsets(Rect outRect, View view, RecyclerView parent
36553654

36563655
}
36573656
#endregion
3658-
}
3657+
}

0 commit comments

Comments
 (0)