Skip to content

Commit 8c72682

Browse files
Merge pull request #213 from surya3655/Carousel-Animation-issue
Resolve Animation Inconsistencies in Carousel Control on Android Platform
2 parents c88b814 + 5dfe59a commit 8c72682

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)